<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:enterprise.soap.sforce.com" xmlns:fns="urn:fault.enterprise.soap.sforce.com" xmlns:ens="urn:sobject.enterprise.soap.sforce.com" targetNamespace="urn:enterprise.soap.sforce.com">
<types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:sobject.enterprise.soap.sforce.com">
    <import namespace="urn:enterprise.soap.sforce.com"/>
    <!--  Base sObject (abstract)  -->
    <complexType name="sObject">
        <sequence>
            <element name="fieldsToNull" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
            <element name="Id" type="tns:ID" nillable="true"/>
        </sequence>
    </complexType>
    <complexType name="AggregateResult">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <any namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AcceptedEventRelation">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Event" nillable="true" minOccurs="0" type="ens:Event"/>
                    <element name="EventId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Relation" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RelationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RespondedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Response" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Account">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccountContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AccountID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AccountPartnersFrom" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AccountPartnersTo" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AccountSource" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Account__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Age_A__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Age__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Alternate_Email_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Email_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Email_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Email_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Email_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Phone_number__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Anniversary_This_Year__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Anniversary__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="AnnualRevenue" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Approval_Status__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assets" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assets__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Auto_Mail__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="BillingAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="BillingCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="BillingLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="BillingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Birthday_This_Year__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Birthday__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Book_your_site_visit1__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_Tagged_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Brokrage_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Budget__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Building_Number_or_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Buying_Pattern__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Client_ok_physical_infrastructure__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Client_req_lead_time_start_operation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Do_technical_specifications_match__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Fitment_Score__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Fitment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Is_Client_ok_with_location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="C_O_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CampaignID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Cases" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ChildAccounts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Commercial__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company_Code__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contacts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Contacts__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Continents__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contracts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Converted_Lead_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CountryNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_Codes__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Created_Through_Lead__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CustomerReferral__pc" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CustomerReferral__pr" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="Customer_Class__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Group__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_group__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Date_of_enquiry__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Designation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Designation__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Direct_Channel_Partner__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Distribution_Channel__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="District__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Does_the_Customer_have_a_Capital_Gains__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EmailNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Email_IdNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Email_On_Birthday_and_Anniversary__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry1__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fax" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FaxNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_NameNEW__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flag_Government_Customer__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Floor__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Guardian_Name__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_Paid_processing_charges_Got_a_sa__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_decided_on_Bank_HFI__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_decided_on_His_source_of_finance__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_got_cheque_or_a_DD__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_repeated_his_Site_visit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Home_PhoneNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="How_did_you_hear_about_us1__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Industry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Industry_Code_1_ASM_Territory__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Industry_code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPersonAccount" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Co_Applicant__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_NRI__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_he_living_in_Own_or_Rented_Premises__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_he_open_only_to_purchase_from_develop__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_he_purchasing_for_Self_Use_or_Investm__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_he_ready_to_visit_the_site__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_the_Customer_the_decision_maker__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_there_a_Timeline_to_complete_his_purc__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Jigsaw" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="JigsawCompanyId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_NameNEW__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Last_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Origin__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Record_Type_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Score__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Source__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Leads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Legal_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Legal_status__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mailing_CityNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_City__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_State__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street1__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street2New__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street2__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street3New__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street3__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_StreetNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterRecord" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="MasterRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Middle_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_NoNEW__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_Number__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_Phone_NumberNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NRI__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Nationality__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Nationality_a__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NumberOfEmployees" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Occupation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Occupation__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_Phone_NumberNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_State1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpportunityCount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OpportunityPartnersTo" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Other_Address1__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Other_Address2__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PAN_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PartnersFrom" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PartnersTo" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonAcceptedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonAccountContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonAssets" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonAssistantName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonAssistantPhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonBirthdate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PersonCampaignMembers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonCaseContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonCases" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonContact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PersonContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PersonContractContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonContractsSigned" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonDeclinedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonDepartment" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonDoNotCall" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PersonEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonEmailBouncedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PersonEmailBouncedReason" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonEmailMessageRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonEmailStatuses" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonEvents" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonHasOptedOutOfEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PersonHasOptedOutOfFax" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PersonHomePhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonLastCURequestDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PersonLastCUUpdateDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PersonLeadSource" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonLookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonMailingAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="PersonMailingCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonMailingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonMailingGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonMailingLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PersonMailingLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PersonMailingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonMailingState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonMailingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonMobilePhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonOpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonOpportunities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonOpportunityContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonOtherAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="PersonOtherCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonOtherCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonOtherGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonOtherLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PersonOtherLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PersonOtherPhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonOtherPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonOtherState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonOtherStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonShares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonTasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PersonTitle" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PersonUndecidedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Personas" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PhoneNEW__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_No1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_No2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_No3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_NumberNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_Number__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Postal_CodeNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Postal_Code__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Posts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Account_Type__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Advance_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Age__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicant_Details1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicant_Details__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicant_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicant_Dtls1__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Booking__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings1__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applied_For_Loan__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Associated_Projects__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Associated_Projects_for_Reports__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Beneficiary_Branch_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Benficiary_Bank_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Ledgers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Assignment_Group_Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Checklists__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Checklists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Company_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Company__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Name__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Role1__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contact_Role__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contacts1__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contacts__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Convert_To_Customer__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__CustomerPriority__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Category__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Classification__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Code__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Code_auto__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Details__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Department__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Email_Id__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Emails1__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Emails__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Enquiry__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Form_60__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Income_Tax_Registration_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Income_Tax_permanent_Account_No__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Languages__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Lease__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Legal_Case_Pending__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Legal_Status__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Level__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__MICR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Mobile_Phone_Number__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Nationality__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Non_Resident__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__NumberofLocations__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offer_Created__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Offer__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers1__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Office_Phone_Number__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Due_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Pending_With_Employee__pc" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Pending_With_Employee__pr" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Primary_Address_For_Correspondence__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Profession__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__ProspectId__pc" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__ProspectId__pr" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__RTGS_Account_Detail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Registration_License_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Requests__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Residence_Phone_Number__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Resident_Status__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Resident__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Running_TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__SLAExpirationDate__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__SLASerialNumber__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SLA__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Secondary_Address_for_Correspondence__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Request__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Requests__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Tax_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Total_Booking__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Enquiries_Converted_To_Offer__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Enquiry__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offer_Amount__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offer__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offers_Closed_Won_Amount__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offers_Closed_Won__pc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transferee__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Under_DTAA__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Update_to_Customer__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__UpsellOpportunity__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Validate_PAN_Link__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Wedding_Anniversary__pc" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Purchase_Reason__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Purpose__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rating_of_the_Converted_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Relationship_Name__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Relationship__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Requirement__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Resendential_emailNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Resendential_email__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_CityNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_City__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_CountryNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Country__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Mobile_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Post_CodeNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Post_Code__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_StateNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_State__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_StatusNew__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street1__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street2__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street3__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Room_or_Appartment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SMS_code__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Group__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Office__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Organization__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_district__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Salutation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Same_as_Permanent_Address__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Service_Category_Profession__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ShippingAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="ShippingCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ShippingLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ShippingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SicDesc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Size__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street_House_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tenant_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Terms_of_Payment_Key__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Name__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_Type1__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Assigned_Agent__pc" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Assigned_Agent__pr" nillable="true" minOccurs="0" type="ens:VCC1__Agent__c"/>
                    <element name="VCC1__Call_Records__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Call_Type__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Calling_Number__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Contact_Advertisements__pr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Country_ISO_Code__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Country_Name__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Languages__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vip_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Vip_customers__pc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Website" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="When_Do_You_Plan_to_Buy1__pc" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AccountContactRole">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AccountFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AccountHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AccountPartner">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccountFrom" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountFromId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AccountTo" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountToId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ReversePartnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AccountShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CaseAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="OpportunityAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ActionLinkGroupTemplate">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActionLinkTemplates" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Category" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExecutionsAllowed" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HoursUntilExpiration" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPublished" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ActionLinkTemplate">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActionLinkGroupTemplate" nillable="true" minOccurs="0" type="ens:ActionLinkGroupTemplate"/>
                    <element name="ActionLinkGroupTemplateId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActionUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Headers" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsConfirmationRequired" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsGroupDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LabelKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LinkType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Method" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Position" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RequestBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserAlias" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserVisibility" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ActivityHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ActivitySubtype" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActivityType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Created_Date_Time__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Activity_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AlternateDetail" nillable="true" minOccurs="0" type="ens:EmailMessage"/>
                    <element name="AlternateDetailId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Alternate_Contact_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CRC_Activity_type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDisposition" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDurationInSeconds" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CallObject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Call_ID__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Caller_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Caller_Phone__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Calller_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurationInMinutes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="EndDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="InsertedThroughLead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAllDayEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHighPriority" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReminderSet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Location" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Priority" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IsEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ReminderDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Reminder_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Solution__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskField__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TaskOwner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vetrica__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="What" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhatId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Who" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhoId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ActivityHistoryTracking__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="APIName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Action__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ChangedBy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NewValue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OldValue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="caseId__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="caseId__r" nillable="true" minOccurs="0" type="ens:Case"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Activity__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Activity__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Activity__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Bare_Flat__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Room_Activity__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sub_Activities__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sub_Activity_Values__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Ad_and_Campaign__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AdditionalNumber">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CallCenterId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Ads_and_cmp__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Announcement">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExpirationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedItem" nillable="true" minOccurs="0" type="ens:FeedItem"/>
                    <element name="FeedItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsArchived" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:CollaborationGroup"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SendEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexClass">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BodyCrc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsValid" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LengthWithoutComments" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexComponent">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ControllerKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ControllerType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Markup" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexEmailNotification">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexLog">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Application" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurationMilliseconds" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Location" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogLength" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LogUser" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="LogUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Operation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Request" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexPage">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ControllerKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ControllerType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsAvailableInTouch" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsConfirmationTokenRequired" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Markup" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexPageInfo">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApexPageId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsAvailableInTouch" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NameSpacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexTestQueueItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApexClass" nillable="true" minOccurs="0" type="ens:ApexClass"/>
                    <element name="ApexClassId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExtendedStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ParentJobId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TestRunResultId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexTestResult">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApexClass" nillable="true" minOccurs="0" type="ens:ApexClass"/>
                    <element name="ApexClassId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ApexLog" nillable="true" minOccurs="0" type="ens:ApexLog"/>
                    <element name="ApexLogId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ApexTestResults" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ApexTestRunResult" nillable="true" minOccurs="0" type="ens:ApexTestRunResult"/>
                    <element name="ApexTestRunResultId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AsyncApexJob" nillable="true" minOccurs="0" type="ens:AsyncApexJob"/>
                    <element name="AsyncApexJobId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Message" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MethodName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Outcome" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QueueItem" nillable="true" minOccurs="0" type="ens:ApexTestQueueItem"/>
                    <element name="QueueItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RunTime" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="StackTrace" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TestTimestamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexTestResultLimits">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApexTestResult" nillable="true" minOccurs="0" type="ens:ApexTestResult"/>
                    <element name="ApexTestResultId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AsyncCalls" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Callouts" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Cpu" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Dml" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="DmlRows" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LimitContext" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LimitExceptions" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobilePush" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="QueryRows" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Soql" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Sosl" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexTestRunResult">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AsyncApexJob" nillable="true" minOccurs="0" type="ens:AsyncApexJob"/>
                    <element name="AsyncApexJobId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ClassesCompleted" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ClassesEnqueued" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EndTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsAllTests" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="JobName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MethodsCompleted" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MethodsEnqueued" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MethodsFailed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Source" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TestTime" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexTestSuite">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApexClassIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="ApexClassJunctions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TestSuiteName" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ApexTrigger">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BodyCrc" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsValid" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LengthWithoutComments" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TableEnumOrId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UsageAfterDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UsageAfterInsert" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UsageAfterUndelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UsageAfterUpdate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UsageBeforeDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UsageBeforeInsert" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UsageBeforeUpdate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UsageIsBulk" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AppMenuItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApplicationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CanvasAccessMethod" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CanvasEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CanvasOptions" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CanvasReferenceId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CanvasSelectedLocations" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CanvasUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IconUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InfoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsAccessible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRegisteredDeviceOnly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsUsingAdminAuthorization" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsVisible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LogoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileAppBinaryId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileAppInstallUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileAppInstalledDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MobileAppInstalledVersion" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileAppVer" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileDeviceType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileMinOsVer" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobilePlatform" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileStartUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="StartUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserSortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AppObject__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Campaign__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProjectID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Approval">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApproveComment" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RequestComment" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Asset">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CM2_Customer_Informed_on_MCD__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Internal_SNAG_completed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_Flat_Ready_For_Possession__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_Flat_Sold_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_Society_Condo_Formed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_the_Unit_of_the_Customer_Ready__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CM2_Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="CM2_Possession_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CM2_Possession_Done_By_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Post_Registration_Completed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Pre_Registration_Completed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Cases" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ChildAssets" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InstallDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="IsCompetitorProduct" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Modification_Cut_Off_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Asset"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Price" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Product2" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="Product2Id" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PurchaseDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Quantity" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RootAsset" nillable="true" minOccurs="0" type="ens:Asset"/>
                    <element name="RootAssetId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SerialNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UsageEndDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AssetFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Asset"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AssetHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Asset" nillable="true" minOccurs="0" type="ens:Asset"/>
                    <element name="AssetId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Asset__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Asset__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Asset__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Asset__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Asset__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="Asset_Status__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CM2_Asset_Creation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CM2_Being_In_Touch__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Comment_Facility_Management__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comment_Post_Possession__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comment_Post_Registration__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comment_Pre_Possession__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comment_Pre_Registration__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comments_Customer_Snagging__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comments_Snagging__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Customer_Informed_on_MCD__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Internal_SNAG_completed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_Flat_Ready_For_Possession__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_Flat_Sold_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_Society_Condo_Formed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_the_Unit_of_the_Customer_Ready__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Modification_Cut_Off_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CM2_Possession_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CM2_Possession_Done_By_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Post_Registration_Completed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Pre_Registration_Completed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Property_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Purchase_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CMInroduction_of_Cust_to_Cust_Support_Ex__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Cases__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_of_contact__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PS_Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PS_Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PopUp__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProjectID_Formula__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Property__r" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SAPPropertyID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AssignmentRule">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Active" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AsyncApexJob">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApexClass" nillable="true" minOccurs="0" type="ens:ApexClass"/>
                    <element name="ApexClassId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AsyncApex" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CompletedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExtendedStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="JobItemsProcessed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="JobType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastProcessed" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastProcessedOffset" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MethodName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NumberOfErrors" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ParentJobId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TotalJobItems" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AttachedContentDocument">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalDataSourceName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalDataSourceType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileExtension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LinkedEntity" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="LinkedEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SharingOption" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Attachment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                    <element name="BodyLength" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrivate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuraDefinition">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AuraDefinitionBundle" nillable="true" minOccurs="0" type="ens:AuraDefinitionBundle"/>
                    <element name="AuraDefinitionBundleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DefType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Format" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Source" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuraDefinitionBundle">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuraDefinitionBundleInfo">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AuraDefinitionBundleId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Bundle" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuraDefinitionInfo">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AuraDefinitionBundleInfo" nillable="true" minOccurs="0" type="ens:AuraDefinitionBundleInfo"/>
                    <element name="AuraDefinitionBundleInfoId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AuraDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Format" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Source" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuthConfig">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AuthOptionsAuthProvider" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AuthOptionsSaml" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AuthOptionsUsernamePassword" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AuthProvidersForConfig" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Url" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuthConfigProviders">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AuthConfig" nillable="true" minOccurs="0" type="ens:AuthConfig"/>
                    <element name="AuthConfigId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AuthProvider" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="AuthProviderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuthProvider">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AuthorizeUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ConsumerKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ConsumerSecret" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomMetadataTypeRecord" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultScopes" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ErrorUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExecutionUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FriendlyName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IconUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IdTokenIssuer" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogoutUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OptionsIncludeOrgIdInId" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsSendAccessTokenInHeader" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsSendClientCredentialsInHeader" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PluginId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProviderType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RegistrationHandlerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="TokenUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserInfoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="AuthSession">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsCurrent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LoginGeo" nillable="true" minOccurs="0" type="ens:LoginGeo"/>
                    <element name="LoginGeoId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LoginHistory" nillable="true" minOccurs="0" type="ens:LoginHistory"/>
                    <element name="LoginHistoryId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LoginType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogoutUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NumSecondsValid" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SessionSecurityLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SessionType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SourceIp" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Users" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UsersId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Authentcate__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PreCampaigns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VendorEmail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vendor_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="key__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="BackgroundOperation">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Error" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExecutionGroup" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExpiresAt" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FinishedAt" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="GroupLeader" nillable="true" minOccurs="0" type="ens:BackgroundOperation"/>
                    <element name="GroupLeaderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MergedOperations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NumFollowers" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ParentKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessAfter" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RetryBackoff" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RetryCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RetryLimit" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SequenceGroup" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SequenceNumber" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="StartedAt" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SubmittedAt" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Timeout" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="WorkerUri" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Bank__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="A_C_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Bank_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Bank_GL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Favoring__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IFSC_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name_of_the_Bank__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Payment_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Service_Tax_Bank_Favouring__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TDS_Recoverable__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Booked_Values__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Booked_Values__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Booked_Values__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Amount1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Property_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Property__r" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sum_of_Absolute_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TOC_SAP_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TUnit_of_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Related_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Tower_Related_Charges__r" nillable="true" minOccurs="0" type="ens:Tower_Related_Charges__c"/>
                    <element name="Unit_of_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="BrandTemplate">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Broker__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Broker__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Broker__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Broker__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Broker__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Broker_Empanelment_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_Registration__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Brokrage_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Brokrage_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Cocd__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contact_Person_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Country_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_Key__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Cst_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="District__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Duplicate_Lead_History__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ECC_NO__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Email_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Entrerprise_Membership_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fax__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="First_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Group__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Landline_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Leads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Lst_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Middle_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Office_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Pan_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RG__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Region__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Search_Term1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Search_Term__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Service_Tax_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Street2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TR_PTR__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Telephone_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tin_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Vat_Registration_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vendor_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vendor_Work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="BusinessHours">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Cases" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FridayEndTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="FridayStartTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MondayEndTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="MondayStartTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SaturdayEndTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="SaturdayStartTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="SundayEndTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="SundayStartTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ThursdayEndTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="ThursdayStartTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="TimeZoneSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TuesdayEndTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="TuesdayStartTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="WednesdayEndTime" nillable="true" minOccurs="0" type="xsd:time"/>
                    <element name="WednesdayStartTime" nillable="true" minOccurs="0" type="xsd:time"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="BusinessProcess">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TableEnumOrId" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CC_RptSchd__ScheduledReport__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CC_RptSchd__EndDate__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CC_RptSchd__Reports__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CC_RptSchd__RptId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CC_RptSchd__ScheduledDays__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CC_RptSchd__StartDate__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CC_RptSchd__Users__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CC_RptSchd__atType__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CallCenter">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AdapterUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomSettings" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InternalName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Version" nillable="true" minOccurs="0" type="xsd:double"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Call_Table__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Call_Table__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Call_Table__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Call_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Call_Table__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Customer__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="External_Dialer_Disposition_ID__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Phone_number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Campaign">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ActualCost" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Alternate_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AmountAllOpportunities" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AmountWonOpportunities" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Assigned_To_Sales__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachmentId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachmentName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BudgetedCost" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Budgeted_Cost_Formula__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CampaignMemberRecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="CampaignMemberRecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CampaignMembers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Campaign_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign_Optimization__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Campaign_Phase__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign_Total_Site_Visit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Campaign_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ChildCampaigns" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cost_Consumed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Cost_per_lead__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Count_oF_leads__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Created_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Department__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Duplicate_Lead_History__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EndDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Estimated_Leads__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ExpectedResponse" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ExpectedRevenue" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="HierarchyAmountAllOpportunities" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="HierarchyNumberOfConvertedLeads" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="HierarchyNumberOfLeads" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="HierarchyNumberOfWonOpportunities" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Lead_Origin__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Leads" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Leads1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Lost_due_to_not_Contatced__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NumberOfContacts" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumberOfConvertedLeads" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumberOfLeads" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumberOfOpportunities" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumberOfResponses" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumberOfWonOpportunities" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumberSent" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Number_of_Opp_Own__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Page_of_the_ad__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ParentId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent_Media_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phase__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Position_of_the_ad__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PreCampaigns1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PreCampaigns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PrecampaignId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_new__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project_new__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Requested_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="StartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Target_Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Test_Display_Field__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Duplicate_Leads__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Site_Visit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Vendor_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Vendor_Name__r" nillable="true" minOccurs="0" type="ens:Vendor__c"/>
                    <element name="Vendor_Publisher__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vendor__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="campMemberCreatedDate__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CampaignActivityTracking__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:CampaignActivityTracking__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CampaignActivityTracking__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Action__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ApiName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ChangedBy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NewValue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OldValue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CampaignFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CampaignMember">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Campaign" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="CampaignId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="City" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CompanyOrAccount" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Country" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Date_Of_Enquiry__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DoNotCall" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Fax" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FirstRespondedDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Flag__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasOptedOutOfEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasOptedOutOfFax" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasResponded" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="LeadId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LeadOrContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LeadOrContactOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="LeadOrContactOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LeadSource" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Assigned_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Owner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lost_due_to_not_Contatced__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="MobilePhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name_text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Salutation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Site_Visit_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CampaignMemberStatus">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CampaignId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="HasResponded" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CampaignShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Campaign" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="CampaignAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CampaignId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Case">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AccountName_Formula__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ActivityHistoryTracking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Activity_1_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_1_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_1_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_1_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_1_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_1_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_2_9__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_3_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_4_9__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_5_9__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_6_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_6_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_6_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_6_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_6_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_6_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_6_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_7_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_7_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_7_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_7_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_7_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_7_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_7_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Asset" nillable="true" minOccurs="0" type="ens:Asset"/>
                    <element name="AssetId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AssetName_Formula__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Asset__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Asset__r" nillable="true" minOccurs="0" type="ens:Asset__c"/>
                    <element name="Assigned_To__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Assigned_To__r" nillable="true" minOccurs="0" type="ens:Case_Escalation_Users_Detail__c"/>
                    <element name="Assigned_User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Assigned_User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BusinessHours" nillable="true" minOccurs="0" type="ens:BusinessHours"/>
                    <element name="BusinessHoursId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CM2Send_Email_Customer_about_Case_Status__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Approved_by_Customer_Support_Manager__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Approved_by_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Case_Closure_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CM2_Escalation_Image__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Escalation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Estimated_Charge__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Internal_Snag__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_It_Chargeable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_It_only_an_Enquiry__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_this_issue_Legal__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Manager_Email_of_SMS_Contact__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Manager_email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Regional_Head_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Resolution_Remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_SMS_Contact_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Send_Email_for_Nonacceptance_of_Case__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Send_Mail_Customer_Case_Closure_Dt__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Send_Resolution_Remarks_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Service_Relation_General__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_User_email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CaseComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CaseContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CaseField__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CaseLastClosedDateTime__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CaseNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CaseSolutions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Case_Aging__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Case_Closed_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Case_Reopen_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Cases" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ChildCases__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ClosedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Closure_Date_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comments_Aluminium_Work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_Electrical__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_Internal_Painting_Work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_Internal_Plastering_work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_Joinery_Work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_Plumbing_Work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_Tiling_Work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_flooring_work__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Complain_Modification__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Complaints__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactFax" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactMobile" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactName_Formula__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactPhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Counter__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Current_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Customer_Feedback__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Requested_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Department__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailMessages" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Escalated_To_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Escalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Escalation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Escalation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="First_Escalation_Alternate_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Escalation_AssignedTo__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Escalation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Escalation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="First_Escalation_Datetime__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="First_Escalation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Level_Escalation_Reminder__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Fourth_Escalation_Alternate_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Fourth_Escalation_AssignedTo__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Fourth_Escalation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Fourth_Escalation_DateTime__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Fourth_Escalation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Fourth_Escalation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Fourth_Level_Escalation_Reminder__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="From_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="HasCommentsUnreadByOwner" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasSelfServiceComments" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Internal_Comments_by_FM_Team__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Internal_Comments_by_Primary_User__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Internal_Comments_by_Projects_Team__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Internal_Comments_by_marketing_team__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsCaseEmailSent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsSecondLevelEscalation__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Is_Case_Approved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Case_Updated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_Emailed__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Legal_Approval_Acquired__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Legal_Approval_Required__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Level_of_Escalation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mode_of_Feedback__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="No_of_Snags_Aluminium_Work__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Snags_Electrical__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Snags_Flooring_work__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Snags_Internal_Plastering_Works__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Snags_Joinery_Work__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Snags_Painting_Work_Internal__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Snags_Plumbing_Work__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Snags_Tiling_Work__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Origin" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Outside_TAT__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Owner_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Posts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PreviousCaseOwnerEmail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Previous_Owner_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Previous_Owner_Manager_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Previous_Owner__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Previous_Owner__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="Primary_Level_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Primary_Level_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Primary_User_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Primary_User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Primary_User__r" nillable="true" minOccurs="0" type="ens:Case_Escalation_Users_Detail__c"/>
                    <element name="Priority" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Team__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project_Team__r" nillable="true" minOccurs="0" type="ens:SMS_Contact__c"/>
                    <element name="Projects__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Projects__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Case_Issue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Comments_by_Query_Owner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Email_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__First_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Landline__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Last_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Mobile_Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__PotentialLiability__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Product__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Re_Opened_Case__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__SLAViolation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Street__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TempOwnerId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Zip_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reason" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecentCaseID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ReferenceCaseNumber__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reference_Cases__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Registered_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Registered_Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Resolved_with_TAT__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Rooms_1_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_1_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_1_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_1_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_1_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_1_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_2_9__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_3_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_4_9__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_8__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_5_9__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_6_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_6_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_6_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_6_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_6_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_6_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_6_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_7_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_7_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_7_3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_7_4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_7_5__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_7_6__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rooms_7_7__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAPPropertyID_Formula__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAPPropertyID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Escalation_Alternate_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Escalation_AssignedTo__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Escalation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Escalation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Second_Escalation_Datetime__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Second_Escalation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Level_Escalation_Reminder__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Secondary_Team_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Solutions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sub_Activity_Values__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sub_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SuppliedCompany" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SuppliedEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SuppliedName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SuppliedPhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TeamMembers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TeamTemplateRecords" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Third_Escalation_Alternate_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Third_Escalation_AssignedTo__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Third_Escalation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Third_Escalation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Third_Escalation_Datetime__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Third_Escalation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Third_Level_Escalation_Reminder__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="To_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Snags_for_the_Asset__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Within_TAT__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="isFirstLevelEscalation__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="isFourthEscalation__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="isNewCaseCreated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="isThirdEscalation__c" nillable="true" minOccurs="0" type="xsd:double"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseComment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CommentBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPublished" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseContactRole">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Cases" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="CasesId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Case" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="CaseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseRecordType__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecType__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Case" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="CaseAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CaseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseSolution">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Case" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="CaseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Solution" nillable="true" minOccurs="0" type="ens:Solution"/>
                    <element name="SolutionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseStatus">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseTeamMember">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Member" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="MemberId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TeamRole" nillable="true" minOccurs="0" type="ens:CaseTeamRole"/>
                    <element name="TeamRoleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="TeamTemplateMember" nillable="true" minOccurs="0" type="ens:CaseTeamTemplateMember"/>
                    <element name="TeamTemplateMemberId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseTeamRole">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PreferencesVisibleInCSP" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseTeamTemplate">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseTeamTemplateMember">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MemberId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TeamRoleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="TeamTemplateId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CaseTeamTemplateRecord">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TeamTemplate" nillable="true" minOccurs="0" type="ens:CaseTeamTemplate"/>
                    <element name="TeamTemplateId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Case_Escalation_Bussiness_Rule__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case_Escalation_Bussiness_Rule__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Case_Escalation_Bussiness_Rule__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Approval_User_Change__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Case_Sub_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Case_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Changed_Case_Escalation_Users_Detail__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Changed_Case_Escalation_Users_Detail__r" nillable="true" minOccurs="0" type="ens:Case_Escalation_Users_Detail__c"/>
                    <element name="Changed_User_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Second_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Stage__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SubmitForApproval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Time_Line__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="User_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UsersDetail__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UsersDetail__r" nillable="true" minOccurs="0" type="ens:Case_Escalation_Users_Detail__c"/>
                    <element name="isChangeUserApproved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Case_Escalation_Users_Detail__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case_Escalation_Users_Detail__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Case_Escalation_Users_Detail__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Case_Escalation_Bussiness_Rules1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Case_Escalation_Bussiness_Rules__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cases1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cases__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="First_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Service_Requests1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="User_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CategoryData">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CategoryNodeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RelatedSobjectId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CategoryNode">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SortStyle" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ChatterActivity">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CommentReceivedCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="InfluenceRawRank" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LikeReceivedCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PostCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="City__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="state__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="state__r" nillable="true" minOccurs="0" type="ens:State__c"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ClientBrowser">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FullUserAgent" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastUpdate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ProxyInfo" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Users" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UsersId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CoApplicant__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:CoApplicant__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CoApplicant__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Anniversary__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Birth_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Gender__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mobile_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PAN_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Primary_Applicant__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Primary_Applicant__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Relation_with_Primary_Applicant__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CollaborationGroup">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Announcement" nillable="true" minOccurs="0" type="ens:Announcement"/>
                    <element name="AnnouncementId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BannerPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CanHaveGuests" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CollaborationGroupRecords" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CollaborationType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FullPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GroupMemberRequests" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="GroupMembers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="HasPrivateFieldsAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="InformationBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InformationTitle" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsArchived" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAutoArchiveDisabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsBroadcast" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastFeedModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MediumPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MemberCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SmallPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CollaborationGroupFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:CollaborationGroup"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CollaborationGroupMember">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CollaborationGroup" nillable="true" minOccurs="0" type="ens:CollaborationGroup"/>
                    <element name="CollaborationGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CollaborationRole" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastFeedAccessDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Member" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="MemberId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="NotificationFrequency" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CollaborationGroupMemberRequest">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CollaborationGroup" nillable="true" minOccurs="0" type="ens:CollaborationGroup"/>
                    <element name="CollaborationGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Requester" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="RequesterId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ResponseMessage" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CollaborationGroupRecord">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CollaborationGroup" nillable="true" minOccurs="0" type="ens:CollaborationGroup"/>
                    <element name="CollaborationGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Record" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CollaborationInvitation">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="InvitedUserEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InvitedUserEmailNormalized" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InviterId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="OptionalMessage" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SharedEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CombinedAttachment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalDataSourceName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalDataSourceType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileExtension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SharingOption" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Community">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPublished" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ConnectedApplication">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="InstalledMobileApps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MobileSessionTimeout" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileStartUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OptionsAllowAdminApprovedUsersOnly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsHasSessionLevelPolicy" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsIsInternal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsRefreshTokenValidityMetric" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PinLength" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RefreshTokenValidityPeriod" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="StartUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ConnectorType__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AuthorizationEndpoint__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ClientId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ClientSecret__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Connectors__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RedirectUri__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TokenEndpoint__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Connector__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ConnectorType__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ConnectorType__r" nillable="true" minOccurs="0" type="ens:ConnectorType__c"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Contact">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AcceptedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Account__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Age_A__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Alternate_Phone_number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assets" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AssistantName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AssistantPhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Birthdate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Book_your_site_visit1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Buying_Pattern__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CampaignMembers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CaseContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cases" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contacts__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Continents__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContractContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContractsSigned" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CountryNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_Codes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Created_Through_Lead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CustomerReferral__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CustomerReferral__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="Customer_Group__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeclinedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Department" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Designation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Direct_Channel_Partner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Distribution_Channel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DoNotCall" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailBouncedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EmailBouncedReason" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailMessageRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EmailNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailStatuses" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_IdNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fax" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FaxNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_NameNEW__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flag_Government_Customer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Guardian_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HasOptedOutOfEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasOptedOutOfFax" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="HomePhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Home_PhoneNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="How_did_you_hear_about_us1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Industry_Code_1_ASM_Territory__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsEmailBounced" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPersonAccount" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Co_Applicant__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_NRI__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Jigsaw" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="JigsawContactId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastCURequestDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastCUUpdateDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_NameNEW__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LeadSource" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Origin__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Legal_status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="MailingAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="MailingCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MailingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MailingGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MailingLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="MailingLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="MailingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MailingState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MailingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_CityNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street2New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street3New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_Street3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mailing_StreetNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterRecord" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="MasterRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="MobilePhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_NoNEW__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_Phone_NumberNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NRI__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Nationality_a__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Occupation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office_Phone_NumberNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpportunityContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OtherAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="OtherCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OtherCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OtherGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OtherLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OtherLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OtherPhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OtherPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OtherState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OtherStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Other_Address1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Other_Address2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Personas" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PhoneNEW__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_NumberNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Postal_CodeNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Posts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Account_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicant_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicant_Dtls1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Booking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applied_For_Loan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Broker__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Checklists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contact_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Role1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contact_Role__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contacts1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contacts__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Convert_To_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Classification__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Code_auto__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Department__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Email_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Emails1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Form_60__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Income_Tax_permanent_Account_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Languages__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Lease__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Legal_Case_Pending__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Mobile_Phone_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Nationality__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Non_Resident__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Offer_Created__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Offers1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Office_Phone_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Pending_With_Employee__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Pending_With_Employee__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Primary_Address_For_Correspondence__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Profession__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__ProspectId__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__ProspectId__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Residence_Phone_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Resident_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Resident__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Secondary_Address_for_Correspondence__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Total_Booking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Enquiries_Converted_To_Offer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Enquiry__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offer_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offers_Closed_Won_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offers_Closed_Won__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transferee__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Under_DTAA__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Update_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Validate_PAN_Link__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Wedding_Anniversary__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Purchase_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Relationship_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Relationship__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReportsTo" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ReportsToId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Resendential_emailNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Resendential_email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_CityNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_CountryNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Post_CodeNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Post_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_StateNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_StatusNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Street3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SMS_code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Group__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Office__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Organization__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_district__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Salutation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Same_as_Permanent_Address__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Service_Category_Profession__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Terms_of_Payment_Key__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UndecidedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Unit_Type1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Assigned_Agent__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Assigned_Agent__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent__c"/>
                    <element name="VCC1__Call_Records__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Call_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Calling_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Contact_Advertisements__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Country_ISO_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Country_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Languages__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vip_customers__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="When_Do_You_Plan_to_Buy1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContactFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContactHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContactShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentAsset">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentDocument">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ArchivedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ArchivedDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ContentAsset" nillable="true" minOccurs="0" type="ens:ContentAsset"/>
                    <element name="ContentAssetId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ContentSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentVersions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FileExtension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsArchived" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LatestPublishedVersion" nillable="true" minOccurs="0" type="ens:ContentVersion"/>
                    <element name="LatestPublishedVersionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PublishStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SharingOption" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentDocumentFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentDocumentHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentDocumentLink">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LinkedEntity" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="LinkedEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ShareType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Visibility" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentFolder">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentFolderLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ParentContentFolder" nillable="true" minOccurs="0" type="ens:ContentFolder"/>
                    <element name="ParentContentFolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentFolderItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FileExtension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFolder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ParentContentFolder" nillable="true" minOccurs="0" type="ens:ContentFolder"/>
                    <element name="ParentContentFolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentFolderLink">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentFolder" nillable="true" minOccurs="0" type="ens:ContentFolder"/>
                    <element name="ContentFolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ParentEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentFolderMember">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ChildRecord" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ChildRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ParentContentFolder" nillable="true" minOccurs="0" type="ens:ContentFolder"/>
                    <element name="ParentContentFolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentVersion">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Checksum" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentLocation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ContentSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalDataSource" nillable="true" minOccurs="0" type="ens:ExternalDataSource"/>
                    <element name="ExternalDataSourceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ExternalDocumentInfo1" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalDocumentInfo2" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeaturedContentBoost" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="FeaturedContentDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="FileExtension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FirstPublishLocation" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="FirstPublishLocationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsAssetEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsLatest" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsMajorVersion" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="NegativeRatingCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Origin" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PathOnClient" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PositiveRatingCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="PublishStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RatingCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ReasonForChange" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SharingOption" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TagCsv" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TextPreview" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VersionData" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                    <element name="VersionNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentVersionHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentVersion" nillable="true" minOccurs="0" type="ens:ContentVersion"/>
                    <element name="ContentVersionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentWorkspace">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentFolderLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DefaultRecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsRestrictContentTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRestrictLinkedContentTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastWorkspaceActivityDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TagModel" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContentWorkspaceDoc">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentWorkspace" nillable="true" minOccurs="0" type="ens:ContentWorkspace"/>
                    <element name="ContentWorkspaceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsOwner" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Contract">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="ActivatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Approvals" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BillingAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="BillingCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="BillingLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="BillingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BillingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CompanySigned" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CompanySignedDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CompanySignedId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContractContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContractNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContractTerm" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CustomerSigned" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="CustomerSignedDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CustomerSignedId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CustomerSignedTitle" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EndDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastApprovedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerExpirationNotice" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ShippingAddress" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="ShippingCity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingGeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingLatitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ShippingLongitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ShippingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ShippingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SpecialTerms" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StatusCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContractContactRole">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Contract" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="ContractId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContractFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContractHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Contract" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="ContractId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ContractStatus">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="StatusCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CorsWhitelistEntry">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UrlPattern" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Country_Setting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Continent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Country__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Continent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_State_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="States__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CronJobDetail">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="JobType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CronTrigger">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CronExpression" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CronJobDetail" nillable="true" minOccurs="0" type="ens:CronJobDetail"/>
                    <element name="CronJobDetailId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="EndTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="NextFireTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PreviousFireTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="StartTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TimeZoneSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TimesTriggered" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CurrencyType">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ConversionRate" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DecimalPlaces" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCorporate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CustomBrand">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomBrandAssets" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CustomBrandAsset">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AssetCategory" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomBrand" nillable="true" minOccurs="0" type="ens:CustomBrand"/>
                    <element name="CustomBrandId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ForeignKeyAssetId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TextAsset" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CustomObjectUserLicenseMetrics">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CustomObjectId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CustomObjectName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CustomObjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MetricsDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ObjectCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserLicense" nillable="true" minOccurs="0" type="ens:UserLicense"/>
                    <element name="UserLicenseId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CustomPermission">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomPermissionDependencyItem" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CustomPermissionItem" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GrantedByLicenses" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsProtected" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="CustomPermissionDependency">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomPermission" nillable="true" minOccurs="0" type="ens:CustomPermission"/>
                    <element name="CustomPermissionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RequiredCustomPermission" nillable="true" minOccurs="0" type="ens:CustomPermission"/>
                    <element name="RequiredCustomPermissionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Dashboard">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BackgroundDirection" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BackgroundEnd" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="BackgroundStart" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DashboardComponents" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DashboardResultRefreshedDate" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DashboardResultRunningUser" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Folder" nillable="true" minOccurs="0" type="ens:Folder"/>
                    <element name="FolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FolderName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LeftSize" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MiddleSize" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RightSize" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RunningUser" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="RunningUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TextColor" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TitleColor" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="TitleSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DashboardComponent">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Dashboard" nillable="true" minOccurs="0" type="ens:Dashboard"/>
                    <element name="DashboardId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DashboardComponentFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:DashboardComponent"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DashboardFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Dashboard"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DataAssessmentFieldMetric">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DataAssessmentMetric" nillable="true" minOccurs="0" type="ens:DataAssessmentMetric"/>
                    <element name="DataAssessmentMetricId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="DataAssessmentValueMetrics" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FieldName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NumMatchedBlanks" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumMatchedDifferent" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumMatchedInSync" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumUnmatchedBlanks" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DataAssessmentMetric">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DataAssessmentMetrics" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NumDuplicates" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumMatched" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumMatchedDifferent" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumProcessed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumTotal" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumUnmatched" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DataAssessmentValueMetric">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DataAssessmentFieldMetric" nillable="true" minOccurs="0" type="ens:DataAssessmentFieldMetric"/>
                    <element name="DataAssessmentFieldMetricId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FieldValue" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="ValueCount" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DataStatistics">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ExternalId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StatType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StatValue" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DataType">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContextServiceDataTypeId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContextWsdlDataTypeId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsComplex" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DatacloudAddress">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AddressLine1" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AddressLine2" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="City" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GeoAccuracyCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GeoAccuracyNum" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Latitude" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Longitude" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DatedConversionRate">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ConversionRate" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="NextStartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="StartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DeclinedEventRelation">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Event" nillable="true" minOccurs="0" type="ens:Event"/>
                    <element name="EventId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Relation" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RelationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RespondedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Response" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Document">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Author" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="AuthorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                    <element name="BodyLength" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Folder" nillable="true" minOccurs="0" type="ens:Folder"/>
                    <element name="FolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsBodySearchable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsInternalUseOnly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPublic" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Keywords" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Url" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DocumentAttachmentMap">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="DocumentSequence" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Domain">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Domain" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DomainSites" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DomainType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="OptionsExternalHttps" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DomainSite">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Domain" nillable="true" minOccurs="0" type="ens:Domain"/>
                    <element name="DomainId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PathPrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Site" nillable="true" minOccurs="0" type="ens:Site"/>
                    <element name="SiteId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DuplicateRecordItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordSet" nillable="true" minOccurs="0" type="ens:DuplicateRecordSet"/>
                    <element name="DuplicateRecordSetId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Record" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DuplicateRecordSet">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DuplicateRule" nillable="true" minOccurs="0" type="ens:DuplicateRule"/>
                    <element name="DuplicateRuleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="DuplicateRule">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordSets" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Duplicate_Lead_History__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Duplicate_Lead_History__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Duplicate_Lead_History__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Broker__r" nillable="true" minOccurs="0" type="ens:Broker__c"/>
                    <element name="Campaign__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Campaign__r" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Country_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Date_of_enquiry__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Lead_Origin__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mobile_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Old_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Rating__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Size_of_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailDomainKey">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Domain" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DomainMatch" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PrivateKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PublicKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Selector" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailMapping__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailMessage">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BccAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BccIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="CcAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CcIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EmailMessageRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FromAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FromName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HasAttachment" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Headers" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HtmlBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Incoming" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsExternallyVisible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MessageDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ReplyToEmailMessage" nillable="true" minOccurs="0" type="ens:EmailMessage"/>
                    <element name="ReplyToEmailMessageId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TextBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ToAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ToIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="ValidatedFromAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailMessageRelation">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EmailMessage" nillable="true" minOccurs="0" type="ens:EmailMessage"/>
                    <element name="EmailMessageId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Relation" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RelationAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RelationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelationObjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RelationType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailServicesAddress">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AuthorizedSenders" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EmailDomainName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Function" nillable="true" minOccurs="0" type="ens:EmailServicesFunction"/>
                    <element name="FunctionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LocalPart" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RunAsUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailServicesFunction">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AddressInactiveAction" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Addresses" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ApexClassId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AttachmentOption" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AuthenticationFailureAction" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AuthorizationFailureAction" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AuthorizedSenders" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ErrorRoutingAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FunctionInactiveAction" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FunctionName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAuthenticationRequired" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsErrorRoutingEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsTextAttachmentsAsBinary" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsTlsRequired" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="OverLimitAction" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailStatus">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EmailTemplateName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FirstOpenDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastOpenDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Task" nillable="true" minOccurs="0" type="ens:Task"/>
                    <element name="TaskId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="TimesOpened" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Who" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhoId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailTemplate">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BrandTemplateId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Encoding" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Folder" nillable="true" minOccurs="0" type="ens:Folder"/>
                    <element name="FolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="HtmlValue" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastUsedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Markup" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TemplateStyle" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TemplateType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TimesUsed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="UiType" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EmailTemplate_Project__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachment_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Template_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Email_Error_log__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Email__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EntityDefinition">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ChildRelationships" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DefaultCompactLayoutId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DetailUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EditDefinitionUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EditUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalSharingModel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Fields" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="HasSubtypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HelpSettingPageName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HelpSettingPageUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InternalSharingModel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsApexTriggerable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCompactLayoutable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCustomSetting" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCustomizable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeprecatedAndHidden" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsEverCreatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsEverDeletable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsEverUpdatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFeedEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsIdEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsLayoutable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsMruEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsProcessEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsQueryable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReplicateable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRetrieveable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsSearchLayoutable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsSearchable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsTriggerable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWorkflowEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KeyPrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NewUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Particles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PluralLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Publisher" nillable="true" minOccurs="0" type="ens:Publisher"/>
                    <element name="PublisherId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QualifiedApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordTypesSupported" nillable="true" minOccurs="0" type="tns:RecordTypesSupported"/>
                    <element name="RelationshipDomains" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RunningUserEntityAccess" nillable="true" minOccurs="0" type="ens:UserEntityAccess"/>
                    <element name="RunningUserEntityAccessId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SearchLayouts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EntityParticle">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ByteLength" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="DataType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultValueFormula" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Digits" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityDefinition" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="EntityDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExtraTypeInfo" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FieldDefinition" nillable="true" minOccurs="0" type="ens:FieldDefinition"/>
                    <element name="FieldDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InlineHelpText" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsApiFilterable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsApiGroupable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsApiSortable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAutonumber" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCalculated" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCaseSensitive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCompactLayoutable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsComponent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCompound" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCreatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefaultedOnCreate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDependentPicklist" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeprecatedAndHidden" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDisplayLocationInDecimal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsEncrypted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFieldHistoryTracked" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHighScaleNumber" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHtmlFormatted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsIdLookup" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsLayoutable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsListVisible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsNameField" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsNamePointing" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsNillable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPermissionable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsUnique" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsUpdatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWorkflowFilterable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWriteRequiresMasterRead" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Length" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Mask" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MaskType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PicklistValues" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Precision" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="QualifiedApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReferenceTargetField" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReferenceTo" nillable="true" minOccurs="0" type="tns:RelationshipReferenceTo"/>
                    <element name="RelationshipName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RelationshipOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Scale" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ServiceDataType" nillable="true" minOccurs="0" type="ens:DataType"/>
                    <element name="ServiceDataTypeId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ValueType" nillable="true" minOccurs="0" type="ens:DataType"/>
                    <element name="ValueTypeId" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EntitySubscription">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Subscriber" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="SubscriberId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Event">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AcceptedEventInviteeIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="AcceptedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ActivityDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Activity_Created_Date_Time__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Activity_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Contact_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CRC_Activity_type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Call_ID__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Caller_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Caller_Phone__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Calller_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ClientGuid" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeclinedEventInviteeIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="DeclinedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurationInMinutes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="EndDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EventSubtype" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="GroupEventType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InsertedThroughLead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAllDayEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsArchived" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsChild" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsClientManaged" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsException" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsGroupEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrivate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRecurrence" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReminderSet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Location" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OriginalInstanceDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IsEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecurrenceActivityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RecurrenceDayOfMonth" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceDayOfWeekMask" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceEndDateOnly" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecurrenceInstance" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceInterval" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceMonthOfYear" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceStartDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RecurrenceTimeZoneSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurringEvents" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ReminderDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Reminder_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ShowAs" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Solution__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskField__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TaskOwner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UndecidedEventInviteeIds" nillable="true" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                    <element name="UndecidedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Vetrica__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="What" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhatId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Who" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhoId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EventFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Event"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EventLogFile">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EventType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LogDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LogFile" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                    <element name="LogFileContentType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogFileFieldNames" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogFileFieldTypes" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogFileLength" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EventRecurrenceException">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityDateOriginal" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ActivityDateTimeOriginal" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EventId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsAllDayEventOriginal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeletion" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RecurrenceEventId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="EventRelation">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Event" nillable="true" minOccurs="0" type="ens:Event"/>
                    <element name="EventId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Relation" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RelationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RespondedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Response" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ExternalDataSource">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomConfiguration" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Endpoint" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWritable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LargeIcon" nillable="true" minOccurs="0" type="ens:StaticResource"/>
                    <element name="LargeIconId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PrincipalType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Protocol" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Repository" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SmallIcon" nillable="true" minOccurs="0" type="ens:StaticResource"/>
                    <element name="SmallIconId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserAuths" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ExternalDataUserAuth">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalDataSource" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ExternalDataSourceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Password" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Protocol" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Username" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ExternalSocialAccount">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AuthorizedBy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DataSourceId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultResponseAccount" nillable="true" minOccurs="0" type="ens:ExternalSocialAccount"/>
                    <element name="DefaultResponseAccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalAccountId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalPictureURL" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAuthenticated" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDataSourceActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProfileUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Provider" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProviderUserId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RuleId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SocialPropertyId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UniqueName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Username" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedAttachment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="FeedEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedComment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CommentBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FeedRevisions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastEditById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastEditDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Revision" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="BestComment" nillable="true" minOccurs="0" type="ens:FeedComment"/>
                    <element name="BestCommentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedRevisions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="HasContent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasLink" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastEditById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastEditDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Revision" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedLike">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FeedItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedPollChoice">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ChoiceBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FeedPollVotes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Position" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedPollVote">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Choice" nillable="true" minOccurs="0" type="ens:FeedPollChoice"/>
                    <element name="ChoiceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedRevision">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Action" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EditedAttribute" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsValueRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Revision" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FeedTrackedChange">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FieldName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldCurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FieldDefinition">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ControlledFields" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ControllingFieldDefinition" nillable="true" minOccurs="0" type="ens:FieldDefinition"/>
                    <element name="ControllingFieldDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DataType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityDefinition" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="EntityDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExtraTypeInfo" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsApiFilterable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsApiGroupable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsApiSortable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCalculated" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCompactLayoutable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCompound" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFieldHistoryTracked" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHighScaleNumber" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHtmlFormatted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsIndexed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsListFilterable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsListSortable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsListVisible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsNameField" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsNillable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWorkflowFilterable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Length" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Particles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Precision" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Publisher" nillable="true" minOccurs="0" type="ens:Publisher"/>
                    <element name="PublisherId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QualifiedApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReferenceTargetField" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReferenceTo" nillable="true" minOccurs="0" type="tns:RelationshipReferenceTo"/>
                    <element name="RelationshipDomains" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RelationshipName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RunningUserFieldAccess" nillable="true" minOccurs="0" type="ens:UserFieldAccess"/>
                    <element name="RunningUserFieldAccessId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Scale" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ServiceDataType" nillable="true" minOccurs="0" type="ens:DataType"/>
                    <element name="ServiceDataTypeId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ValueType" nillable="true" minOccurs="0" type="ens:DataType"/>
                    <element name="ValueTypeId" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FieldPermissions">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PermissionSet"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PermissionsEdit" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRead" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Field_Trip__Field_Analysis__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Field_Trip__Field_Analysis__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Field_Trip__Field_Analysis__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Field_Trip__Field_Created_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Field_Trip__Label__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field_Trip__Object_Analysis__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Field_Trip__Object_Analysis__r" nillable="true" minOccurs="0" type="ens:Field_Trip__Object_Analysis__c"/>
                    <element name="Field_Trip__Populated_On_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Field_Trip__Populated_On__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Field_Trip__Total_Tally__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Field_Trip__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field_Trip__isCustom__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Field_Trip__isRequired__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Field_Trip__Object_Analysis__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Field_Trip__Object_Analysis__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Field_Trip__Object_Analysis__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Field_Trip__Object_Analysis__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Field_Trip__Object_Analysis__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Field_Trip__Field_Analyses__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Field_Trip__Fields__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Field_Trip__Filter__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field_Trip__Last_Analyzed__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field_Trip__Last_Batch_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field_Trip__Object_Label__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field_Trip__Object_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field_Trip__Record_Types__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Field_Trip__Records__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Field_Trip__Tally__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Field_Trip__isCustom__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FileSearchActivity">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AvgNumResults" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ClickRank" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CountQueries" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CountUsers" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Period" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QueryDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="QueryLanguage" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SearchTerm" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FiscalYearSettings">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EndDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="IsStandardYear" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PeriodId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PeriodLabelScheme" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PeriodPrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Periods" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="QuarterLabelScheme" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QuarterPrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="WeekLabelScheme" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="WeekStartDay" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="YearType" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FlexQueueItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AsyncApexJob" nillable="true" minOccurs="0" type="ens:AsyncApexJob"/>
                    <element name="AsyncApexJobId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FlexQueueItemId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="JobPosition" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="JobType" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FlowInterview">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrentElement" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Guid" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InterviewLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PauseLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FlowInterviewShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:FlowInterview"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Folder">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsReadonly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="FolderedContentDocument">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FileExtension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFolder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ParentContentFolder" nillable="true" minOccurs="0" type="ens:ContentFolder"/>
                    <element name="ParentContentFolderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ForecastShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CanSubmit" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserRoleId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="GL_Master__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:GL_Master__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="GL_Master__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assessment_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Charge_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Condition_Type_For_Ecess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Condition_Type_For_Hcess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Condition_Type_For_ST__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Condition_Type_For_VAT__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Condition_Type_for_Revenue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="GL_Bank_Payment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Cheque_Bounce_Cancellation_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Cheque_Bounce_Reversal__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Collection_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Demand_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_Ecess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_Hcess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_Receipt__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_Revenue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_VAT__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Forfieture_Amount_Additional_KKC__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Forfieture_Amount_Additional_ST__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Forfieture_Amount_ST__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Forfieture_Amount__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Interest_Charged__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Interest_Received__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Interest_Waiver__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_SBC__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Transfer_Amount__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_for_Cheque_Bounce_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_for_KKC__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HEF_GL_For_Ecess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HEF_GL_For_Hcess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HEF_GL_For_Revenue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HEF_GL_For_ST__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HEF_GL_SBC__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HEF_GL_for_KKC__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TDS_GL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="GrantedByLicense">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomPermission" nillable="true" minOccurs="0" type="ens:CustomPermission"/>
                    <element name="CustomPermissionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PermissionSetLicense" nillable="true" minOccurs="0" type="ens:PermissionSetLicense"/>
                    <element name="PermissionSetLicenseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Group">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DelegatedUsers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DoesIncludeBosses" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="DoesSendEmailToMembers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GroupMembers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="QueueSobjects" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Related" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RelatedId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="GroupMember">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Group" nillable="true" minOccurs="0" type="ens:Group"/>
                    <element name="GroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Holiday">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EndTimeInMinutes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsAllDay" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRecurrence" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceDayOfMonth" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceDayOfWeekMask" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceEndDateOnly" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecurrenceInstance" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceInterval" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceMonthOfYear" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceStartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecurrenceType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartTimeInMinutes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Idea">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Categories" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Community" nillable="true" minOccurs="0" type="ens:Community"/>
                    <element name="CommunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatorFullPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatorName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatorSmallPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHtml" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsMerged" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastComment" nillable="true" minOccurs="0" type="ens:IdeaComment"/>
                    <element name="LastCommentDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastCommentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="NumComments" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ParentIdea" nillable="true" minOccurs="0" type="ens:Idea"/>
                    <element name="ParentIdeaId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VoteScore" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VoteTotal" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Votes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="IdeaComment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CommentBody" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatorFullPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatorName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatorSmallPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Idea" nillable="true" minOccurs="0" type="ens:Idea"/>
                    <element name="IdeaId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHtml" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UpVotes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Votes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Inboxsetting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BCC_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Display_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_Templete_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Footer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Header__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Inbox_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Logo__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mail_Body__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Salutation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TypeofInbox__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="InstalledMobileApp">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ConnectedApplication" nillable="true" minOccurs="0" type="ens:ConnectedApplication"/>
                    <element name="ConnectedApplicationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Version" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Installment__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Installment__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Installment__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Amount_to_Pay__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Installment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OC_SAP_code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OC_SAP_code_del__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OnPossession__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Other_Charges_Names__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Other_Charges__r" nillable="true" minOccurs="0" type="ens:Other_Charges__c"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Product__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Product__r" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="Property_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sales_Order_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_of_OC__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Unit_Of_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="KnowledgeableUser">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="RawRank" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Lead">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AcceptedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Address" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="Address_Office__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Address_Residential_Length__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Address_Residential__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Alternate_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Mobile_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AnnualRevenue" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Appointment_Flag__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Appointment_Proposed_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Assign_To_Sales__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Assigned_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Assigned_to_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Auto_Response_Mail__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="BSP_Rs_sft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Birth_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Birthday__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Booking_Value_Rs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Broker_Commercial__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_Contact_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_Tagged_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Broker__r" nillable="true" minOccurs="0" type="ens:Broker__c"/>
                    <element name="Budget_Commercial__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Budget__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CC_Assigned_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CC_Assigned_First__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Broker_s_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Client_ok_with_Peer_Group_presence__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Client_ok_with_physical_infrastruct__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Client_req_lead_time_start_operation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Company_Lead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Description_on_Status_Change__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Deviations__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Do_technical_specifications_match__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Fitment_Score__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Fitment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Individual_Lead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Is_Client_happy_infrastructure_req__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Is_Client_happy_with_Area_Size__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Is_Client_ok_with_location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Legal_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Legal_Deviation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Legal_Deviation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Marketing_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Marketing_Deviation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Marketing_Deviation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Other_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Other_Deviation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Others_Deviation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Project_Deviation_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Project_Deviation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Project_Team_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Record_Type_Lead_For_Account__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Record_Type_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Record_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Requirement_Oppty__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Weight_area_size__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Weight_infrastruct_req__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Weight_leadtime_start_operation__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Weight_location__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Weight_peer_grp_presence__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Weight_physical_infrastruct__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Weight_tech_specs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Call_Status_Time_Stamp__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Call_TRY_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Call_Table__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Call_status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="CampaignMembers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Campaign_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Car_Park__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Car_s_owned__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CheckDuplicate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="City" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Club_membership_s__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Commercial__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contacted_last_SA_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Continent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Controy_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ConvertedAccount" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="ConvertedAccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ConvertedContact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ConvertedContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ConvertedDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ConvertedOpportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="ConvertedOpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Counter__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Country" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_Residence__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_code_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatedDateTime__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Created_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Created_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Created_by_Email_Service__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CrossAssignedUserId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CrossEscalation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Current_Shop__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Data_Quality_Score__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Date_Of_Contact__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Date_of_Site_Visit__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Date_of_enquiry__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="DeclinedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Designation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DoNotCall" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Does_the_Customer_have_a_Capital_Gains_i__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Duplicate_Leads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailBouncedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EmailBouncedReason" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailMessageRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EmailStatuses" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Expected_closure_date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Appointment_Proposed_TO__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Appointment_Proposed__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="First_Assigned_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="First_Assigned_To__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_Assigned__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="First_Escalated_User_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_EscalationDate__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="First_Escalation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="First_SiteVisit_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="First_SiteVisit_Flag__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Flag_Email__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Flag_Mobile__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Flat_location_Preferrence__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Floor_Preference__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Follow_up_Date_Time2__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Follow_up_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Follow_up_reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Follw_up_reason2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Freeze_User__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="GeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HasOptedOutOfEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Has_he_Paid_processing_charges_Got_a_sa__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_decided_on_Bank_HFI__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_decided_on_His_source_of_finance__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_got_cheque_or_a_DD__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_he_repeated_his_Site_visit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Hours_Taken_To_Assign__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Hours_Taken_To_Contact__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ISTransferred__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Industry" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InitiallyEscalatedUserId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Initially_Escalated_User_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsConverted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFutureContext__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsUnreadByOwner" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWebtoLead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Blank_Email_Or_Phone__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Is_Blank_Project__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Is_he_living_in_Own_or_Rented_Premises__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_he_open_only_to_purchase_from_develop__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_he_purchasing_for_Self_Use_or_Investm__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_he_ready_to_visit_the_site__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_the_Customer_the_decision_maker__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_there_a_Timeline_to_complete_his_purc__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_there_timeline_to_complete_purchase__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Jigsaw" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="JigsawContactId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy_User__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_Modified_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Latest_Contacted__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Latitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LeadOwnerEmail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LeadOwner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LeadSource" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Ageing_Contacted1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Ageing__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Aging_Contacted__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Aging_Sales__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Origin__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Score__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_SiteVisitCount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Stage__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Status_Edit_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Leads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Location_Preference__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Locations__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Longitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Lost_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lost_due_to_not_Contatced__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="MCampaign__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="MCampaign__r" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="Manager__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Manager__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="MasterRecord" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="MasterRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Meeting_Done__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Middle_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_Custom__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name_of_the_Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Next_Follow_Up_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="No_Of_Site_Visits__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="No_of_Follow_up__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="No_of_times_Contacted__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NumberOfEmployees" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Number_Of_Appointments__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Number_of_Enquiry__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Occupation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Office__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Old_Call_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Old_Lead_Source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Other_Projects__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="OwnerName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PAN_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Personas" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Pincode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Posts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Presence__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Projects__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Projects__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="Property_location_Preference__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Purpose__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Qualified_Leads__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Quotes__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Rating" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Referral_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Referral_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="Referral_Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Referral_Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="Referred_Opportunities__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Regional_Head__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Regional_Head__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="Requirement__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residence__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Residential_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Response_Comment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Role__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SFGA__R00N40000001HggqEAC__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001HggvEAC__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001Hgh4EAC__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001Hgh9EAC__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001HghFEAS__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Salutation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SecondEscalationDate__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Second_Escalated_User_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Escalation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Shop_Catagory__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Short_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Since_how_long__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Site_Visit_Date__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Site_inspection__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Size__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Size_of_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SkipValidation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StatusIschange__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Street" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ThirdEscalationDate__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ThirdEscalation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Third_Escalated_User_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ThroughEmailService__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Leads__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Transaction_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Transaction_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UndecidedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Unique_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="User_Level_Appointment_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User_Level_Assigned_date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="User_Login__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="VIP__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Vendor__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vertical_NAme__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Walk_In__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Website" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="campMemberCreatedDate__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="old_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LeadEscEmail__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:LeadEscEmail__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LeadEscEmail__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AddToaddress__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LeadId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Toaddress__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LeadEscalation__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AlternateFirst_EscalationUserEmail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AlternateFirst_EscalationUser__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AlternateSecond_Escalation_User_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AlternateSecond_Escalation_User__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="First_EscalationUserEmail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_EscalationUserID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="First_EscalationUser__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InitialEscaltionEmail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InitialEscaltionID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InitialEscaltionName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SecondEscalationUserID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SecondEscalationUser__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Escalation_User_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ThirdEscalationUserEmail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ThirdEscalationUserId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ThirdEscalationUser__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LeadFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LeadHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Lead" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="LeadId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LeadShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Lead" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="LeadAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LeadId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LeadStatus">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsConverted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Lead_Escalation_Bussiness_Rule__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assigned_User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Assigned_User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Escalate_To__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Escalate_To__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="Escalated_To_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ListView">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsSoqlCompatible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ListViewChart">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AggregateField" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AggregateType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ChartType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GroupingField" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ListViewChartInstance">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AggregateField" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AggregateType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ChartType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DataQuery" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GroupingField" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeletable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsEditable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsLastViewed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ListViewChart" nillable="true" minOccurs="0" type="ens:ListViewChart"/>
                    <element name="ListViewChartId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ListViewContext" nillable="true" minOccurs="0" type="ens:ListView"/>
                    <element name="ListViewContextId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SourceEntity" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LoginGeo">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="City" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CountryIso" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Latitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LoginTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Longitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subdivision" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LoginHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Application" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AuthenticationServiceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Browser" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CipherSuite" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ClientVersion" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CountryIso" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LoginGeo" nillable="true" minOccurs="0" type="ens:LoginGeo"/>
                    <element name="LoginGeoId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LoginTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LoginType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LoginUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Platform" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SourceIp" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TlsProtocol" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LoginIp">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ChallengeMethod" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ChallengeSentDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsAuthenticated" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SourceIp" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Users" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UsersId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="LookedUpFromActivity">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ActivitySubtype" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActivityType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Created_Date_Time__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Activity_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Contact_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CRC_Activity_type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDisposition" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDurationInSeconds" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CallObject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Call_ID__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Caller_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Caller_Phone__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Calller_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurationInMinutes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="EndDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="InsertedThroughLead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAllDayEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHighPriority" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReminderSet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsVisibleInSelfService" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LeadTrigger__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Location" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Priority" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IsEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ReminderDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Reminder_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Solution__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskField__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TaskOwner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vetrica__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="What" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhatId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Who" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhoId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Macro">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="MacroHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Macro" nillable="true" minOccurs="0" type="ens:Macro"/>
                    <element name="MacroId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="MacroInstruction">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Macro" nillable="true" minOccurs="0" type="ens:Macro"/>
                    <element name="MacroId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Operation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Target" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ValueRecord" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="MacroShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Macro"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="MailmergeTemplate">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                    <element name="BodyLength" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Filename" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastUsedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SecurityOptionsAttachmentHasFlash" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SecurityOptionsAttachmentHasXSSThreat" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SecurityOptionsAttachmentScannedForXSS" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SecurityOptionsAttachmentScannedforFlash" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Marketing_Plan__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Marketing_Plan__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Marketing_Plan__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Budget_Transferred_From_Marketing_Plan__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Budget_Transferred_From_Marketing_Plan__r" nillable="true" minOccurs="0" type="ens:Marketing_Plan__c"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Marketing_Channels__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Marketing_Plan_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Marketing_Plans__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="Reason_of_Bugget_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Remaining_budget__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Budget_Allocation_Till_Date__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Budget_Utilization_Till_Date__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Business_Closed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Closed_value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Created__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Master_Advertisement__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Master_Advertisement__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Master_Advertisement__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Actual_Budget_Used__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Ads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Budget_Transfer_From_Marketing_Channel__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Budget_Transfer_From_Marketing_Channel__r" nillable="true" minOccurs="0" type="ens:Master_Advertisement__c"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Department__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Enquiry_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Marketing_Channel_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Marketing_Channels__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Marketing_Plan__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Marketing_Plan__r" nillable="true" minOccurs="0" type="ens:Marketing_Plan__c"/>
                    <element name="Marketing_channel_name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Phase__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Status_Channel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reason_of_Budget_Transfer1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reason_of_Budget_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Remaining_budget__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Budget_Allocated__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Enquiry_Generated__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Closed_value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Created__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Won__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Vendor_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Vendor_Name__r" nillable="true" minOccurs="0" type="ens:VCC_Vendor_Name__c"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="MatchingRule">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="BooleanFilter" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MatchEngine" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MatchingRuleItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RuleStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="MatchingRuleItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="BlankValueBehavior" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MatchingMethod" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MatchingRule" nillable="true" minOccurs="0" type="ens:MatchingRule"/>
                    <element name="MatchingRuleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="MediaType__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Media_Sub_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Media_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Milestone1_Expense__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Task__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project_Task__r" nillable="true" minOccurs="0" type="ens:Milestone1_Task__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Milestone1_Task__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Expenses__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Milestone__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project_Milestone__r" nillable="true" minOccurs="0" type="ens:PropStrength__Milestone__c"/>
                    <element name="Project_Times__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Milestone1_Time__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Task__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project_Task__r" nillable="true" minOccurs="0" type="ens:Milestone1_Task__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Name">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Alias" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Profile" nillable="true" minOccurs="0" type="ens:Profile"/>
                    <element name="ProfileId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRole" nillable="true" minOccurs="0" type="ens:UserRole"/>
                    <element name="UserRoleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Username" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="NamedCredential">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CalloutOptionsAllowMergeFieldsInBody" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CalloutOptionsAllowMergeFieldsInHeader" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CalloutOptionsGenerateAuthorizationHeader" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Endpoint" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PrincipalType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserAuths" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Note">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrivate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="NoteAndAttachment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsNote" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrivate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OauthToken">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessToken" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AppMenuItem" nillable="true" minOccurs="0" type="ens:AppMenuItem"/>
                    <element name="AppMenuItemId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AppName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeleteToken" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastUsedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RequestToken" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UseCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ObjCampaign__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CampId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProjectId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ObjectPermissions">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PermissionSet"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PermissionsCreate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEdit" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsModifyAllRecords" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRead" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewAllRecords" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpenActivity">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ActivitySubtype" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActivityType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Created_Date_Time__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Activity_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AlternateDetail" nillable="true" minOccurs="0" type="ens:EmailMessage"/>
                    <element name="AlternateDetailId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Alternate_Contact_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CRC_Activity_type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDisposition" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDurationInSeconds" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CallObject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Call_ID__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Caller_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Caller_Phone__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Calller_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurationInMinutes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="EndDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="InsertedThroughLead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsAllDayEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHighPriority" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReminderSet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Location" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Priority" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IsEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ReminderDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Reminder_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Solution__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskField__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TaskOwner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vetrica__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="What" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhatId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Who" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhoId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Opportunity">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AccountPartners" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AddressProof__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Address_Proof__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Amount" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Application_form__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Approved_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Assets1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Bank_HFI_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Basic_Cost_After_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Basic_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Billing_Plan_Link__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Booking_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Broker_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_Information__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Broker__r" nillable="true" minOccurs="0" type="ens:Broker__c"/>
                    <element name="CC_Assigned_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CM2_Advance_Payments__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Any_one_time_Charges_deposit_fees__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Approval_on_Specs_by_Project__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Comments_advance_payments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comments_common_area_maintenance__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comments_onetime_charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Comments_security_deposit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Common_Area_Maintenance__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Delay_Reasons__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Lead_Record_Type_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Lead_Requirement__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Proposal_Follow_up__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Proposal_Valid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CM2_Security_Deposit__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Campaign" nillable="true" minOccurs="0" type="ens:Campaign"/>
                    <element name="CampaignID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CampaignId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Car_Park_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Car_Park_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Car_s_owned__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Carpet_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Check_Reason_for_Booking_T_F__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Checker_Approved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CloseDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Club_membership_s__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Co_applicants__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comment_Box__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Comments_for_Delay__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Consideration_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Created_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Group_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Group_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_open_only_2_buy_from_developer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Deal_Approved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Discount_Approval_by_Manager__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Discount_Auto_Approved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Discount_ge__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Effective_Rate_With_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Effective_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fiscal" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FiscalQuarter" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="FiscalYear" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Flat_Checking__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Flat_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Floor_Rise__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ForecastCategory" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ForecastCategoryName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HasOpenActivity" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasOpportunityLineItem" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasOverdueTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Has_Customer_decided_on_Bank_HFI__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_Customer_decided_on_finance_source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_Customer_got_cheque_or_a_DD__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_Customer_got_loan_sanction_letter__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_Customer_repeated_Site_visit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWon" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Customer_living_in_Own_Rented_Premise__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_Customer_ready_to_visit_the_site__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_Submitted_For_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_purchase_for_Self_Use_or_Investment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LeadID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LeadSource" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Created_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Created_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Lead_Last_Modified_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Origin__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Requirement__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Manager__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Manager__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="Managers__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NextStep" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Number_of_Carpark__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Old_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpportunityCompetitors" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpportunityContactRoles" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpportunityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpportunityLineItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpportunityPartnersFrom" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunity_Aging__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Opportunity_Product__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Opportunity_Property_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Other_Information__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Owner_s_Discount_Limit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Pan_Card_Copy__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Partners" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Payment_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Photos__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Preferred_Location_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Pricebook2" nillable="true" minOccurs="0" type="ens:Pricebook2"/>
                    <element name="Pricebook2Id" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Probability" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Product__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Projects__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Projects__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="Property_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property_No__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ReadonlyStatus__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Reason_for_Booking_T_F__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Reason_for_Booking__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Receipt_Issued__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Referral_Account_Property_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Referral_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Referral_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="Referral_To_Be_Given__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Regional_Head__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Regional_Head__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="Require_Checker_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Require_Deal_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Require_Discount__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SFGA__R00N40000001HggrEAC__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001HggwEAC__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001Hgh5EAC__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001HghAEAS__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__R00N40000001HghEEAS__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Saleable_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sales_Order_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Org__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Second_Applicant_s_Birthday__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Second_Applicant_s_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sent_Blocked_Email__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Signed_T_C__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="StageName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Terms_of_Payment_Key__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Test_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Third_Applicant_s_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="When_Do_You_Plan_to_Buy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="went_for_approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityCompetitor">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CompetitorName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Strengths" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Weaknesses" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityContactRole">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityFieldHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Amount" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CloseDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExpectedRevenue" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ForecastCategory" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Probability" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="StageName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityLineItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Basic_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Discount" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Flat_Status1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flat_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ListPrice" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PricebookEntry" nillable="true" minOccurs="0" type="ens:PricebookEntry"/>
                    <element name="PricebookEntryId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Product2" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="Product2Id" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProductCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Product_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Quantity" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sales_Price1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sellable_area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ServiceDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TotalPrice" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UnitPrice" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="When_blocked__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityPartner">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccountTo" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountToId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ReversePartnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OpportunityStage">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DefaultProbability" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ForecastCategory" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ForecastCategoryName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsWon" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OrgWideEmailAddress">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Address" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DisplayName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsAllowAllProfiles" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Organization">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Address" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="City" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ComplianceBccEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Country" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomBrands" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DefaultAccountAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultCalendarAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultCampaignAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultCaseAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultContactAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultLeadAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultLocaleSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultOpportunityAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultPricebookAccess" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DelegatedAuthenticationServiceUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Division" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Fax" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FiscalYearStartMonth" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="GeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InstanceName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsReadOnly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsSandbox" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LanguageLocaleKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Latitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Longitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="MonthlyPageViewsEntitlement" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MonthlyPageViewsUsed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OrganizationType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PreferencesRequireOpportunityProducts" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PrimaryContact" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReceivesAdminInfoEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ReceivesInfoEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SignupCountryIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TrialExpirationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UiSkin" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UsesStartDateAsFiscalYearName" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="WebToCaseDefaultOrigin" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Orphan_Activity__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Orphan_Activity__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Orphan_Activity__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Activity_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Call_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Caller_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Caller_Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Calller_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Solution__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subject__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Other_Charges__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Other_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Other_Charges__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Amount1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Installment_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Installments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Possession_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Property_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Property__r" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sum_of_Absolute_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TOC_SAP_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TUnit_of_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Related_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Tower_Related_Charges__r" nillable="true" minOccurs="0" type="ens:Tower_Related_Charges__c"/>
                    <element name="Unit_Of_Charges1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OutBound_SMS__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:OutBound_SMS__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OutBound_SMS__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Lead_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mobile_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SMS_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="OwnedContentDocument">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocument" nillable="true" minOccurs="0" type="ens:ContentDocument"/>
                    <element name="ContentDocumentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalDataSourceName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalDataSourceType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileExtension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PackageBooleanValue">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsBlacktabEditable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsBlacktabReadable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsProtected" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PackageDateValue">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsBlacktabEditable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsBlacktabReadable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsProtected" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PackageIntegerValue">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsBlacktabEditable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsBlacktabReadable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsProtected" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PackageLicense">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AllowedLicenses" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExpirationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsProvisioned" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UsedLicenses" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Partner">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccountFrom" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountFromId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AccountTo" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountToId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Opportunity" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ReversePartnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PartnerRole">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReverseRole" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Period">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="EndDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="FiscalYearSettings" nillable="true" minOccurs="0" type="ens:FiscalYearSettings"/>
                    <element name="FiscalYearSettingsId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="FullyQualifiedLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsForecastPeriod" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Number" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="PeriodLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QuarterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PermissionSet">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Assignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FieldPerms" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsOwnedByProfile" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="License" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="LicenseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ObjectPerms" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PermissionsActivateContract" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAllowEmailIC" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsApiEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsApiUserOnly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAssignPermissionSets" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAssignTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAuthorApex" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsBulkApiHardDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsBulkMacrosAllowed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCampaignInfluence2" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCanApproveFeedPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCanInsertFeedSystemFields" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCanUseNewDashboardBuilder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterComposeUiCodesnippet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterEditOwnPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterEditOwnRecordPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterForSharePoint" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterInternalUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterInviteExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterOwnGroups" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsConfigCustomRecs" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsConnectOrgToEnvironmentHub" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsContentAdministrator" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsConvertLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreateCustomizeFilters" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreatePackaging" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreateTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreateWorkspaces" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCustomMobileAppsAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCustomizeApplication" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDataExport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDelegatedTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDeleteActivatedContract" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDeleteTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditBrandTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditCaseComments" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditHtmlTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditOppLineItemUnitPrice" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditPublicDocuments" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditPublicTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditReadonlyFields" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailAdministration" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailMass" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailSingle" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailTemplateManagement" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEnableNotifications" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsExportReport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsFlowUFLRequired" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsForceTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsIdentityConnect" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsIdentityEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsImportCustomObjects" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsImportLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsImportPersonal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsInboundMigrationToolsUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsInstallPackaging" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsIsSsoEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsLightningExperienceUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageAnalyticSnapshots" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageAuthProviders" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageBusinessHourHolidays" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCallCenters" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCases" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageChatterMessages" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageContentPermissions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageContentProperties" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageContentTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCssUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCustomPermissions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCustomReportTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageDashboards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageDataCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageDataIntegrations" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageEmailClientConfig" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageExchangeConfig" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageInteraction" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageInternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageIpAddresses" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageLoginAccessPolicies" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageMobile" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManagePasswordPolicies" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageProfilesPermissionsets" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManagePvtRptsAndDashbds" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageRemoteAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageRoles" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSandboxes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSelfService" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSharing" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSolutions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSynonyms" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageUnlistedGroups" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsMassInlineEdit" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsMergeTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsModerateChatter" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsModifyAllData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsNewReportBuilder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsOutboundMigrationToolsUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsPasswordNeverExpires" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsPublishPackaging" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsResetPasswords" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRunAsynchronousReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRunFlow" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRunReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSalesConsole" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsScheduleJob" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsScheduleReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSelectFilesFromSalesforce" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSendAnnouncementEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSendExternalEmailAvailable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSendSitRequests" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsShowCompanyNameAsUserBadge" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSolutionImport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSubmitMacrosAllowed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTransferAnyCase" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTransferAnyEntity" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTransferAnyLead" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTwoFactorApi" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsUseTeamReassignWizards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewAllData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewAllUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewContent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewDataAssessment" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewDataCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewEncryptedData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewEventLogFiles" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewHelpLink" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewMyTeamsDashboards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewSetup" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Profile" nillable="true" minOccurs="0" type="ens:Profile"/>
                    <element name="ProfileId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SetupEntityAccessItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PermissionSetAssignment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Assignee" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="AssigneeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PermissionSet" nillable="true" minOccurs="0" type="ens:PermissionSet"/>
                    <element name="PermissionSetId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PermissionSetLicense">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExpirationDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="GrantedByLicenses" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MaximumPermissionsActivateContract" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsAllowEmailIC" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsApiEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsApiUserOnly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsAssignPermissionSets" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsAssignTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsAuthorApex" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsBulkApiHardDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsBulkMacrosAllowed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCampaignInfluence2" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCanApproveFeedPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCanInsertFeedSystemFields" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCanUseNewDashboardBuilder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsChatterComposeUiCodesnippet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsChatterEditOwnPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsChatterEditOwnRecordPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsChatterForSharePoint" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsChatterInternalUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsChatterInviteExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsChatterOwnGroups" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsConfigCustomRecs" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsConnectOrgToEnvironmentHub" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsContentAdministrator" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsConvertLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCreateCustomizeFilters" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCreatePackaging" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCreateTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCreateWorkspaces" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCustomMobileAppsAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsCustomizeApplication" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsDataExport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsDelegatedTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsDeleteActivatedContract" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsDeleteTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditBrandTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditCaseComments" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditHtmlTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditOppLineItemUnitPrice" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditPublicDocuments" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditPublicTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditReadonlyFields" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEditTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEmailAdministration" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEmailMass" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEmailSingle" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEmailTemplateManagement" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsEnableNotifications" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsExportReport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsFlowUFLRequired" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsForceTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsIdentityConnect" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsIdentityEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsImportCustomObjects" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsImportLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsImportPersonal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsInboundMigrationToolsUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsInstallPackaging" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsIsSsoEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsLightningExperienceUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageAnalyticSnapshots" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageAuthProviders" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageBusinessHourHolidays" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageCallCenters" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageCases" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageChatterMessages" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageContentPermissions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageContentProperties" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageContentTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageCssUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageCustomPermissions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageCustomReportTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageDashboards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageDataCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageDataIntegrations" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageEmailClientConfig" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageExchangeConfig" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageInteraction" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageInternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageIpAddresses" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageLoginAccessPolicies" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageMobile" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManagePasswordPolicies" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageProfilesPermissionsets" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManagePvtRptsAndDashbds" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageRemoteAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageRoles" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageSandboxes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageSelfService" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageSharing" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageSolutions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageSynonyms" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageUnlistedGroups" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsManageUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsMassInlineEdit" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsMergeTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsModerateChatter" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsModifyAllData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsNewReportBuilder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsOutboundMigrationToolsUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsPasswordNeverExpires" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsPublishPackaging" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsResetPasswords" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsRunAsynchronousReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsRunFlow" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsRunReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsSalesConsole" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsScheduleJob" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsScheduleReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsSelectFilesFromSalesforce" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsSendAnnouncementEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsSendExternalEmailAvailable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsSendSitRequests" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsShowCompanyNameAsUserBadge" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsSolutionImport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsSubmitMacrosAllowed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsTransferAnyCase" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsTransferAnyEntity" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsTransferAnyLead" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsTwoFactorApi" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsUseTeamReassignWizards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewAllData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewAllUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewContent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewDataAssessment" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewDataCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewEncryptedData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewEventLogFiles" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewHelpLink" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewMyTeamsDashboards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaximumPermissionsViewSetup" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionSetLicenseAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PermissionSetLicenseKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TotalLicenses" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="UsedLicenses" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PermissionSetLicenseAssign">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Assignee" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="AssigneeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PermissionSetLicense" nillable="true" minOccurs="0" type="ens:PermissionSetLicense"/>
                    <element name="PermissionSetLicenseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Phase__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Phase__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Phase__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Phase_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Projects__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Projects__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PicklistValueInfo">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityParticle" nillable="true" minOccurs="0" type="ens:EntityParticle"/>
                    <element name="EntityParticleId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefaultValue" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ValidFor" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PlatformAction">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActionListContext" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActionTarget" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActionTargetType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Category" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ConfirmationMessage" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeviceFormat" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IconContentType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IconHeight" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IconUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IconWidth" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="InvocationStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InvokedByUser" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="InvokedByUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsGroupDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsMassAction" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PrimaryColor" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RelatedListRecordId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RelatedSourceEntity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Section" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SourceEntity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subtype" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PlatformCachePartition">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDefaultPartition" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PlatforCachePartitionTypes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PlatformCachePartitionType">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AllocatedCapacity" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="AllocatedPurchasedCapacity" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="AllocatedTrialCapacity" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CacheType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PlatformCachePartition" nillable="true" minOccurs="0" type="ens:PlatformCachePartition"/>
                    <element name="PlatformCachePartitionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PreCampaign__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PreCampaign__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PreCampaign__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Alternate_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Approve__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CampaignId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Conversion_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_Field__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InApproval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Lead_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Requested_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Send_for_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Target_Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Vendor__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Pricebook2">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsStandard" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Opportunities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PricebookEntries" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Pricebook2History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Pricebook2" nillable="true" minOccurs="0" type="ens:Pricebook2"/>
                    <element name="Pricebook2Id" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PricebookEntry">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpportunityLineItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Pricebook2" nillable="true" minOccurs="0" type="ens:Pricebook2"/>
                    <element name="Pricebook2Id" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Product2" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="Product2Id" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProductCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UnitPrice" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UseStandardPrice" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProcessDefinition">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LockType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TableEnumOrId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProcessInstance">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CompletedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ElapsedTimeInDays" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInHours" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInMinutes" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActor" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Nodes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessDefinition" nillable="true" minOccurs="0" type="ens:ProcessDefinition"/>
                    <element name="ProcessDefinitionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Steps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="StepsAndWorkitems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SubmittedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="SubmittedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TargetObject" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="TargetObjectId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Workitems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProcessInstanceHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Actor" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Comments" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ElapsedTimeInDays" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInHours" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInMinutes" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPending" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OriginalActor" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OriginalActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstance" nillable="true" minOccurs="0" type="ens:ProcessInstance"/>
                    <element name="ProcessInstanceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessNode" nillable="true" minOccurs="0" type="ens:ProcessNode"/>
                    <element name="ProcessNodeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RemindersSent" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="StepStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TargetObject" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="TargetObjectId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProcessInstanceNode">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CompletedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ElapsedTimeInDays" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInHours" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInMinutes" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActor" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="NodeStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstance" nillable="true" minOccurs="0" type="ens:ProcessInstance"/>
                    <element name="ProcessInstanceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessNode" nillable="true" minOccurs="0" type="ens:ProcessNode"/>
                    <element name="ProcessNodeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessNodeName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProcessInstanceStep">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Actor" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Comments" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ElapsedTimeInDays" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInHours" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInMinutes" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OriginalActor" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OriginalActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstance" nillable="true" minOccurs="0" type="ens:ProcessInstance"/>
                    <element name="ProcessInstanceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="StepNodeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="StepStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProcessInstanceWorkitem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Actor" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ElapsedTimeInDays" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInHours" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ElapsedTimeInMinutes" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OriginalActor" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OriginalActorId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstance" nillable="true" minOccurs="0" type="ens:ProcessInstance"/>
                    <element name="ProcessInstanceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProcessNode">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessDefinition" nillable="true" minOccurs="0" type="ens:ProcessDefinition"/>
                    <element name="ProcessDefinitionId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Product2">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Adv_mnt_cgs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Adv_mtnce_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Amenity_Charges_Absolute__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Amenity_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Assets" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Basic_Cost_Absolute__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Basic_Cost_After_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Basic_Rate__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Booked_Values__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Booking_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Bsc_Cst__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Built_up_area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CAM_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CAM__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Comments_govt_charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Consideration__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Escalation__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Office_Electricity_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Office_Retail__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CM2_Other_Govt_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Car_Park_Charge__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Car_Park__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Carpet_Area1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Carpet_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Clb_Dev_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Club_Development_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Co_ordination_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Common_Area_Charge__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Conveyance_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Cordn_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Csdn_Amt__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DG_Charges_Absolute__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="DG_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Discount_Allowed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="EDC_IDC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Ect_Con_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Ect_Con__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Effective_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Family" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Flat_Condition__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flat_Direction__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flat_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flat_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flat_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Floor_Level__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Floor__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Flr_Rse__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="GPL_Club_Development__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="GPL_LO_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="GPL_Vastu_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Gas_Con_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Gas_Connection_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Generator_Charges_Absolute__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Installments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Khata_transfer_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Khta_trnsfr_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Leg_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Legal_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Maint_Chgs_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Maintenance_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="No_of_Car_parks__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Other_Absolute_Charges_1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Other_Absolute_Charges_2__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Other_Absolute_Charges_3__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Other_Absolute_Charges_4__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Other_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Other_levies__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PLC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Parking_Charges_Absolute__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Per_Square_feet_value__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phase_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PlantCode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PricebookEntries" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProductCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Product_Unique_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProjectID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property_Tax_assessment_and_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Pty_Tx_asmt_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Quotes__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Registration_Charges_Currency__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Registration_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SAP_Product_Hierarchy__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sellable_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Share_money__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Shr_mny_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sinking_fund__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Skng_fnd_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Society_Development_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Society_Formation_Charges_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Society_Formation_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Stamp_Duty_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Stamp_Duty__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sum_of_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Swimming_Pool_Charges_Absolute__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sync_with_Snagging__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Terrace_area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TotalBooking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Property_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Property_Costs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_of_OC__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Tower_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Tower_Name__r" nillable="true" minOccurs="0" type="ens:Tower__c"/>
                    <element name="UDI__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Unit_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Unit_Of_GPL_LO_Price__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Amenity_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Basic_Cost__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Club_Development_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Co_ordination_charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_DG_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_GPL_Vastu_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Gas_Connection_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Khata_transfer_charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Parking_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Property_Tax_assessment_and_char__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Share_money__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Sinking_fund__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Society_Formation_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_Warm_Shell_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unit_of_measure__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Ut_Adv_mnt_cgs__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Ut_Ect_Con__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VAT__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Waiting_to_Update__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Warm_Shell_Charges_Absolute__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Warm_Shell_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Water_Connection_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Water_Connection_charges_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Wing__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Wtr_cn_Abs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ZFL1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Product2Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Product2History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Product2" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="Product2Id" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Profile">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsSsoEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PermissionsActivateContract" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAllowEmailIC" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsApiEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsApiUserOnly" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAssignPermissionSets" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAssignTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsAuthorApex" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsBulkApiHardDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsBulkMacrosAllowed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCampaignInfluence2" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCanApproveFeedPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCanInsertFeedSystemFields" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCanUseNewDashboardBuilder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterComposeUiCodesnippet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterEditOwnPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterEditOwnRecordPost" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterForSharePoint" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterInternalUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterInviteExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsChatterOwnGroups" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsConfigCustomRecs" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsConnectOrgToEnvironmentHub" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsContentAdministrator" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsConvertLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreateCustomizeFilters" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreateMultiforce" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreateTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCreateWorkspaces" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCustomMobileAppsAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsCustomizeApplication" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDataExport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDelegatedTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDeleteActivatedContract" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsDeleteTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditBrandTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditCaseComments" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditEvent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditHtmlTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditOppLineItemUnitPrice" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditPublicDocuments" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditPublicTemplates" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditReadonlyFields" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEditTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailAdministration" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailMass" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailSingle" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEmailTemplateManagement" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsEnableNotifications" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsExportReport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsFlowUFLRequired" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsForceTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsIdentityConnect" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsIdentityEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsImportCustomObjects" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsImportLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsImportPersonal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsInboundMigrationToolsUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsInstallMultiforce" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsIsSsoEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsLightningExperienceUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageAnalyticSnapshots" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageAuthProviders" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageBusinessHourHolidays" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCallCenters" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCases" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageChatterMessages" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageContentPermissions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageContentProperties" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageContentTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCssUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCustomPermissions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageCustomReportTypes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageDashboards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageDataCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageDataIntegrations" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageEmailClientConfig" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageExchangeConfig" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageInteraction" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageInternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageIpAddresses" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageLeads" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageLoginAccessPolicies" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageMobile" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManagePasswordPolicies" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageProfilesPermissionsets" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManagePvtRptsAndDashbds" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageRemoteAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageRoles" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSandboxes" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSelfService" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSharing" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSolutions" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageSynonyms" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageTwoFactor" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageUnlistedGroups" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsManageUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsMassInlineEdit" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsMergeTopics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsModerateChatter" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsModifyAllData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsNewReportBuilder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsOutboundMigrationToolsUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsPasswordNeverExpires" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsPublishMultiforce" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsResetPasswords" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRunAsynchronousReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRunFlow" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsRunReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSalesConsole" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsScheduleJob" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsScheduleReports" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSelectFilesFromSalesforce" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSendAnnouncementEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSendExternalEmailAvailable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSendSitRequests" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsShowCompanyNameAsUserBadge" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSolutionImport" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsSubmitMacrosAllowed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTransferAnyCase" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTransferAnyEntity" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTransferAnyLead" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsTwoFactorApi" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsUseTeamReassignWizards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewAllData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewAllUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewContent" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewDataAssessment" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewDataCategories" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewEncryptedData" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewEventLogFiles" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewHelpLink" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewMyTeamsDashboards" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PermissionsViewSetup" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserLicense" nillable="true" minOccurs="0" type="ens:UserLicense"/>
                    <element name="UserLicenseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Users" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ProjectName__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Project_STD_and_PS__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Projectid__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AdsId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Projects__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Projects__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Projects__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Actual_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Alternate_Email_Id1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Email_Id2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assigned_To_Sales__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Budgeted_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Campaigns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Case_Escalation_Bussiness_Rules__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cases__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Cut_off_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Discount_ge_for_Sales_Ex__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Discount_ge_for_Sales_Managers__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Finish_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Maker_Checker_Required__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LeadConversion__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Escalation_Bussiness_Rules__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Leads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name_Of_Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Person_Responsible__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phase__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Planet_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PreCampaigns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Contact_Numbers__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Definition__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Email_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Team__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Wise_Booking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Projects__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reason_for_Booking_T_F__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sales_District__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Organisation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SiteVisitCount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Site_Campaign_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Leads__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__AdditionalCapitalizationSetting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Percentage_Educess_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Percentage_High_Sec_Edu_Cess_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Additional_Brokerage_Slab__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Additional_Brokerage_Slab__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Additional_Brokerage_Slab__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Additional_Brokerage_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Additional_Brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="PropStrength__Effective_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Effective_end_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Range_From__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Range_To__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Additional_Margin_Slab__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Additional_Margin_Slab__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Additional_Margin_Slab__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Additional_Margin_Slab__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Additional_Margin_Slab__r" nillable="true" minOccurs="0" type="ens:PropStrength__Additional_Margin_Slab__c"/>
                    <element name="PropStrength__Additional_Margin_Slabs__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Margin_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Additional_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="PropStrength__Effective_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Effective_end_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Range_From__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Range_To__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Advance_Line_Item__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Service_Tax_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Charge_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Charge_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Payment_Line_Item__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Line_Item__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charge_Due_Partition__c"/>
                    <element name="PropStrength__Payment__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__Service_Tax_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Sevice_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Advertisement__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Advertisement__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Advertisement__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Actual_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Actual_Response__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Actual_Revenue__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Advertisements__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Budgeted_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Closed_Won_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Expected_Response__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Expected_Revenue__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IsActive__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Num_Total_Accounts__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Num_Won_Accounts__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offers1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Parent__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parent__r" nillable="true" minOccurs="0" type="ens:PropStrength__Advertisement__c"/>
                    <element name="PropStrength__Projects__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Projects__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Total_No_Of_Enquiry_Generated__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_No_Of_Offer_Closed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_No_Offer_Generated__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Agreement_Setting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Agreement_PDF_Page__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_Status_For_Agreement_Generation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Mass_Agreement_Print_page__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Applicant_Detail__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Applicant_Detail__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Applicant_Detail__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Applicant_Detail__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Applicant_Detail__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Code_SAP__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Distribution_Channel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Account_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Applicant_Acc__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Applicant_Acc__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Applicant_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Applicant_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Applicant_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Pan__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_s_Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Application__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Birthday__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Booking_Tag__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Builder_Buyer_Agreement_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Checklists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contact_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Customer_Behaviour__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Classification__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Dunning_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Non_Resident__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Pan__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Residential_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Sharing_Ratio__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Wedding_Anniversary__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sales_District__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Office__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Organisation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="So_Do_Wife__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="son_s_wife_daughter_name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Application_Booking__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Application_Booking__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Application_Booking__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Address_Proof_DL_Passport_Copy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Agreement_Letter_Saved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Allotment_Amount_Req__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Allotment_Amount_Required__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Allotment_Letter_Date_Changed__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Allotment_Letter_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Allotment_Percentage_Issued_on__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Allotment_Percentage_Required__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Applicant_Photos__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Applicant_s_Mailing_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Approved_for_allotment_letter_generation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Approved_for_welcome_letter_generation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BA_BAR_Approved__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cost_of_Property_with_current_ST_rates__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Deal_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Discount_Approved__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Discount_Booking_Amount_Receive1__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Discount_Booking_Amount_Receive2__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Discount_Booking_Amount_Received_Approve__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Discount_Update__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Distribution_Channel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Do_Not_Raise_Demand__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_Sent_Count_AL__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Email_Sent_Count_AgL__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Email_Sent_Count_WL__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IS_Submit_for_approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Id_Proof_Pan_Card_Copy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Swapped__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Transferred__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KYC_Approved_Check1__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KYC_Approved_Check2__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KYC_Approved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KYC_Now_Approved__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="KYC_complete__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="KYC_complete_remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_Agreement_Letter_Print_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Last_Allotment_Letter_Print_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Last_Welcome_Letter_Print_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Legacy_Data_NO_SAP_Posting__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Mailing_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Market_value_at_Registration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="No_Of_Parking_loopups__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Old_Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="Other_Charges_Total__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Owner_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Payment_Done_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Payment_Plan__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Previous_Status_Rejected__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Previous_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Primary_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Print_Count_AL__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Print_Count_AgL__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Print_Count_WL__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Profit_Center_cancellation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Account_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Accounts_Application_NOT_Valid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Accounts_Application_Valid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Accounts_Notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Actual_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Addendum_status__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Additional_Charges_Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Additional_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Direct_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Margin_Released__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Agreement_Created_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Agreement_Generated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Agreement_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Agreement_Signed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Agreement_Terminated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Agreement_Termination_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Agreement_Termination_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Allotment_Letter_Sent_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Allotment_Letter_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Amount_Realized_or_Drawn_On__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Applicant_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicant_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Residence_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applications_Bookings1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Approval_Rejected__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Approved_executive_account__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assured_Return_Payouts__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assured_Return_To_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Assured_Returns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Authorization_Letter_PartnershipDeed_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Authorization_Letter_Partnership_Deed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Available_Parking_For_Use__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BSP_Amount_Due_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BSP_Specific_Waiver__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Account_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Draft_Cheque_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Loan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Bank_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Sanction_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Bank_Verified_Signature_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Verified_Signature__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Banker_Details__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Basic_Sale_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Booking_Amount_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Booking_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Booking_Amt_Realized_Approved_by_Account__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Booking_Cancellation_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_Cancelled_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Booking_Cancelled__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Booking_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Booking_Locked__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Booking_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_Payment_Extended_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Booking_Payment_Extension_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Booking_Reinstateted_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Booking_Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Booking_Request__r" nillable="true" minOccurs="0" type="ens:PropStrength__Request__c"/>
                    <element name="PropStrength__Booking_Service_Taxes__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Booking_Through_Offer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Booking_Through__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_initial_approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Branch_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Branch_Contact_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Broker_Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Broker_Margin_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Payment_Milestone_Created__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Broker_Payment_Milestones__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Stamp_And_Signature_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Stamp_and_Signature__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Broker_Transactions__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="PropStrength__BrokerageAmount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BrokeragePassed_to_customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Amount_by_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_On_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_On_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Passed_To_Customer_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Passed_to_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Payment_Plan__c"/>
                    <element name="PropStrength__Brokerage_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="PropStrength__Brokerage_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_passed_to_customer_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Built_Up_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CC_Received_At_Booking__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__CPP_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CP_Car_Parking_Name1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CP_Car_Parking_Name2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CP_Car_Parking_Name3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CP_Car_Parking_Name4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CP_Number_Of_Parking_Purchased__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Called_BSP_Waiver__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Capitalization_Decrease__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Capitalization_Increase__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Carpet_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Cases__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Certified_CopyOfMemorandumandArticleNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Certified_Copy_of_Memorandum_and_Article__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Checklists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Commercial_Booking_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Complete_Name_and_Address_of_Applicant__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Complete_Name_and_Address_of_Applicants__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Completion_Certificate_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Completion_Certificate_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Copy_Of_PAN_Card_STR_Number_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Copy_of_Board_Resolution_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Copy_of_Board_Resolution__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Copy_of_PAN_Card_STR_Number__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Copy_of_Valid_Passport_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Copy_of_Valid_Passport__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Copy_of_Visa_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Copy_of_Visa__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Current_Dunning_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Date_on_Cheque__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Details_Form_is_Duly_Signed__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Discount_After_PPC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount_Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Discount_Per_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discounted_Amount_After_PPC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discounted_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Dispatch_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Document_Submission_Extended_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Document_Submission_Extension_for_days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Document_Submitted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Due_Date_of_Balance_Amount__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Dunning_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Duration__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__E_mail_Provided__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Education_Cess_on_Basic_Sale_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Eligible_for_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Email_Provided_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Employee_Reference__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Entry_of_Receipts_Allowed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Execution_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Extension_For_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__File_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Final_Basic_Sales_Prices__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Fit_Out__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Forfeiture_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Form_is_Duly_Signed_by_Marketing_People__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Freebies_Offered__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Higher_Secondary_Cess_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IBMS_Charge_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IBMS_Gross_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IFMS_Charge_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IFMS_Gross_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IFSC_RTGS_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Incremental_Brokerage_Released__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Interest_slabs__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__International_Address_Proof_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__International_Address_Proof__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Client_a_Company_Corporate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Customer_NRI__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Property_Available__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_Reallocated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_TPT_Agreement_Signed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Transferred__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_this_a_Partnership__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Last_Interest_Run_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Lease__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Legal_Notice__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Loan_Account_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Loan_Disbursed_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Loan_Disbursed_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Loan_Disbursed_Sanctioned_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Loan_Interest_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Loan_Sanction_Date_As_On_Letter__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Loan_Sanctioned_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__MICR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Maintenance_Security_Deposit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__MarginPassed_to_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Margin_Passed_to_Customer_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Margin_Passed_to_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Margin_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Margin_Per_Unit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Memo_Attached_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Memo_Attached__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Mode_Of_Dispatch__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Month__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Monthly_Rent_Commitment__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Mortgage_Txn__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Mortgage_Txn__r" nillable="true" minOccurs="0" type="ens:PropStrength__Transaction_Requests__c"/>
                    <element name="PropStrength__Multiple_Applicants__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__NOC_Issue_date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__NOC_Issued__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__NOC_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__NOC_PTM_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__NRO_A_C_No_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__NRO_A_C_No__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Name_of_the_Bank__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__National_Address_Proof__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Necessary_Signature_Stamp_PresentNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Necessary_Signature_and_Stamp_Present__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Necessary_Signatures_Present_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Necessary_Signatures_Present__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__New_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__New_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__New_Payment_Plan__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__New_Payment_Plan__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="PropStrength__New_Property_Assigned__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__New_Property_Assigned__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Next_Dunning_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__NoOfParkingUsed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__No_of_Installment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__No_of_Parking_Avaliable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Offer__r" nillable="true" minOccurs="0" type="ens:PropStrength__Offer__c"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Old_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Old_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Old_Primary_Customer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Old_Primary_Customer__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Original_Other_Charges_Total__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Total_Basic_Sales_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Amount_as_per_STA__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Opted__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charges_Total__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Outstanding_Balance_Excluding_Waiver__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Outstanding_Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__PTM_issue_date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__PTM_issued__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Parking_Alloted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Parking_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Parking_Number1__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parking_Number1__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__Parking_Number2__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parking_Number2__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__Parking_Number3__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parking_Number3__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__Parking_Number4__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parking_Number4__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__Payment_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Mode_Validation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Plan_Change_Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan_Opted__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan_Opted__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="PropStrength__Payments1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payments_Cheques__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Phone_number_Check__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Phone_number__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Photocopy_Of_Letters_Sent_To_Client_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Photocopy_of_Letters_Sent_to_Client__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Photograph__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Primary_Applicant_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Primary_Customer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Primary_Customer__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Printout_Of_Any_Other_Correspondence_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Printout_of_Any_Other_Correspondence__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Priority_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project_Level_Interest__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property_Allotment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Property_Allotted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Property_DeMortgaged__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property_Type__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="PropStrength__Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Rate_Per_Unit_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Received_from_Customer__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Reference_No_PTM__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reference_Number_PTM__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__RemarkAuthorizationLetterPartnershipDeed__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__RemarkPhotocopyofLetters_Sent_to_Client__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Bank_Verified_Signature__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Broker_Stamp_and_Signature__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_CertifiedCopyOfMemorandumArticle__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Copy_of_Board_Resolution__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Copy_of_PAN_Card_STR_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Copy_of_Valid_Passport__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Copy_of_Visa__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Email_Provided__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_International_Address_Proof__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Memo_Attached__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_NRO_A_C_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Necessary_SignandStamp_Present__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Necessary_Signatures_Present__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_Phone_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_PrintoutofAny_Othr_Correspondece__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_TIN_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remark_in_case_of_No_ApplicantName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Request_for_Processing__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Revised_TSC_for_Commercial__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Revised_Total_Sales_Consideration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Salable_Charges1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Sanction_Letter_Expiry_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Sanction_Letter_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Sent_To_Customer__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Tax_on_Basic_Sale_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Signed_Copy_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Single_TDS_Record__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Sole_Applicant__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Specific_Waiver_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Specific_Waiver_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Start_Approval_Process_for_discount__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Start_Approval_Processes__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Status_Check__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Stock_category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Callahan_Received_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Challan_Due_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__TIN_No_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TIN_No__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TPA_Received_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__TPA_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TPT_Agreement_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__TPT_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Tag__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TimeLinked_Datetime__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__TotalPaidAmount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Agreement_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Application_Amount_with_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Balance_due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Basic_Sales_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Basic_Sales_Price_with_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Broker_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Brokerage_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Due_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Net_Basic_Sales_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Paid_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Payment_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Payment_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Sales_Consideration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Sales_Consideration_with_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_TAx_due_on_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax_Due_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax_On_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax_due_on_Booking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax_on_Booking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_TSC_to_Check_ST_criteria__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Tower__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Transaction_Request1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__TransferAllowed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Transfer_Allowed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Transfer_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Unit_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__W_Additional_Discount__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__W_Document_Submission_Extension__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__W_Form_Valid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__W_Payment_Extension__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__W_Sales_Stage_1_Complete__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Welcome_Letter_Note__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Welcome_Letter__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property_Name_Cancellation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RM_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Remark_Applicant_Photos__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_Address_Proof__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_Id_Proof__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Payment_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Payment_Plan__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Scheme_Type_I__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Signature_On_All_Pages__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Customer_Code_Old__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Error__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Msg__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_District__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Office__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Organisation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Scheme_Type_I__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Signature_On_All_Pages__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Signed_Allotment_Letter_Received_on__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Termination_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Terms_of_Payment_Key__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Payment_Realized__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_ST_as_per_current_rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Sales_Consideration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Service_Tax_Due_Till_Now__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_sharing__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Tower_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Transfer_of_Property__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Validation_Ammount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Welcome_Letter_Saved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Welcome_Letter_Sent_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Work_Breakdown_Structure_Old__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="allotment_Letter_Saved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="booking_creation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Area_Change_Setting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Area_Change_At_Gross_Rate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assignment_Group_Name__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Assignment_Rule_entries__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Count_of_Users__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description_c__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Group_Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Last_Assigned_To__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Last_Assigned_To__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="PropStrength__Last_Assigned_User_Order__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assignment_Rule_Criteria__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Assignment_Rule_Criteria__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assignment_Rule_Criteria__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assignment_Rule_Entry__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assignment_Rule_Entry__r" nillable="true" minOccurs="0" type="ens:PropStrength__Assignment_Rule_Entry__c"/>
                    <element name="PropStrength__Field__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Operator__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Value__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assignment_Rule_Entry__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assignment_Group__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assignment_Group__r" nillable="true" minOccurs="0" type="ens:PropStrength__Assignment_Group_Name__c"/>
                    <element name="PropStrength__Assignment_Rule_Criterias__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assignment_Rule__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assignment_Rule__r" nillable="true" minOccurs="0" type="ens:PropStrength__Assignment_Rule__c"/>
                    <element name="PropStrength__Criteria__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Group__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Member__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Member__r" nillable="true" minOccurs="0" type="ens:PropStrength__Member__c"/>
                    <element name="PropStrength__Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assignment_Rule__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Assignment_Rule__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assignment_Rule__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Assignment_Rule_entries__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Auto_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Rule_Object__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assinment_Escalation_Setting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Enquiry_Assignment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Enquiry_Escalation_Template__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Enquiry_Escalation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Org_Wide_Email_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SR_Escalation_Template__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Request_Assignment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Service_Request_Escalation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Task_Assignment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Task_Escalation_Template__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Task_Escalation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assured_Return_Payout__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Assured_Return_Payout__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assured_Return_Payout__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Cess_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicant_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Assured_Return_Applicable_Date__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assured_Return_ID__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assured_Return_ID__r" nillable="true" minOccurs="0" type="ens:PropStrength__Assured_Returns__c"/>
                    <element name="PropStrength__Assured_Return_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Account_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Beneficiary_Bank__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Branch_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Cheque_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Cheque_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__IFSC_RTGS_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__MICR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Realized_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Payment_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TDS_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assured_Returns__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Assured_Returns__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Assured_Returns__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Assured_Return_Duration__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assured_Return_Payouts__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Cheque_Realized_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Committed_Amount_per_sq_ft_Month__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Month__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__No_of_Installment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Due_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Payment_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_realized_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Project_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Assured_Return_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Assured_Return_Payouts__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Assured_Return__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Monthly_Committed_Return__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Realized_Payouts__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Auto_Interest_Calculation__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__No_Interest_on_TDS__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__BookingCheckListField__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__CommentField__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__FieldAPIName__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Booking_Service_Tax_Record__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicable_Service_Tax_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicable_Service_Tax__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Applicable_Service_Tax__r" nillable="true" minOccurs="0" type="ens:PropStrength__Service_Tax_Mapping__c"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Higher_Secondary_Ed_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Opted_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Opted__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges_Opted__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges_Opted__c"/>
                    <element name="PropStrength__Related_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Tax_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Ledger__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Ledger__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Ledger__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Amount_Due_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Account_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Branch_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Broker_Payment_Milestone__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Payment_Milestone__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Payment_Milestone__c"/>
                    <element name="PropStrength__Broker_Payment_Mode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Payment_Record_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Payment_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage_Due_Rs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Check_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Due_Payment_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Higher_Education_Case__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Invoice_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Invoice_Number_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Prepayment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__MICR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Paid_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reversal_Available__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Running_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Submit_For_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Swachh_Bharat_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_On_Account__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Brokerage_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Master_Ledger__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Master_Ledger__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Master_Ledger__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Amount_Due_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicant_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Account_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Branch_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="PropStrength__Broker_Payment_Milestone__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Payment_Milestone__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Payment_Milestone__c"/>
                    <element name="PropStrength__Broker_Payment_Mode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Payment_Record_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Payment_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Transactions__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Due_Rs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Check_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Due_payment_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Higher_Education_Case__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Invoice_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Invoice_Number_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Prepayment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__MICR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Paid_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reversal_Available__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Running_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Submit_For_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TDS_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_on_Account__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Brokerage_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Payment_Milestone__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Payment_Milestone__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Payment_Milestone__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Actual_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Paid_By_Customer_R__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Paid_By_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicant_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_ID__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Booking_ID__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Broker_Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Higher_Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Ledgers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Master_Ledgers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Due_Rs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Due_With_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Pass_on_To_customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Pass_on_to_Customer_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Check_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Due_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Invoice_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_Paid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Pre_Payment_Done__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Prepayment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reversal_Against__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Swachh_Bharat_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Brokerage_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Service_Tax_Master__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Service_Tax_Master__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Service_Tax_Master__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Broker_Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Higher_Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Service_Tax_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Margins__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Swachh_Bharat_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_TDS_Master__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_TDS_Master__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_TDS_Master__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Broker_TDS_Master_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TDS_For_NRI_Under_DTAA__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_For_Std_User_No_PAN__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Percentage_For_15_H__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Percentage_For_NRI__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Percentage_For_Standard_User__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Transaction__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Transaction__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker_Transaction__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount_To_Be_Recovered__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_ID__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Booking_ID__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Broker_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Payment_Due_ID__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Payment_Due_ID__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Master_Ledger__c"/>
                    <element name="PropStrength__Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="PropStrength__Event_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Reason_For_Adjustment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Submit_For_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Type_Of_Adjustment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Broker__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Advance_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Agreement_Document__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Alternate_Email_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Master_Ledgers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker_Transactions__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage_Assignment_Group_Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Company__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Email_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Fax__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__HUDA_Lic_Num__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__In_Panel__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Landline__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Legal_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Number_of_Employees__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Office_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Office_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Office_Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Office_State_Province__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Office_Street__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Office_Zip_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__PAN_Card_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Pending_With__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Pending_With__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Residence_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Residence_Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Residence_State_Province__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Residence_Street__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Residence_Zip_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Residential_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Running_TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Submit_For_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Target_Annual__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transferee__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__BrokerageSetting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Brokerage_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__BSP_Paid_Percentage__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Assignment_Group_Member__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Assignment_Group_Member__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Assignment_Group_Member__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Broker_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="PropStrength__Brokerage_Group__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Group__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Assignment_Group__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Assignment_Group__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Assignment_Group__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Assignment_Group__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Brokerage_Assignment_Group_Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Payment_Plan__c"/>
                    <element name="PropStrength__Brokerage_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="PropStrength__Count_of_Group_Members__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Payment_Plan__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Payment_Plan__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Payment_Plan__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Assignment_Groups__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Release_Schedule_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Release_Schedule_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage_Schedule_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Due_on_Total_Sales_Consideration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Projects__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__of_Brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Release_Schedule_Line_Item__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Release_Schedule_Line_Item__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Release_Schedule_Line_Item__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount_Paid_By_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Schedule_Line_Item_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage_Schedule_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Schedule_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Payment_Plan__c"/>
                    <element name="PropStrength__Brokerage_Schedule_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Due_After_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Due_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Scheme__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Brokerage_Scheme__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Additional_Brokerage_Slabs__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Margin_Slabs__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Assignment_Groups__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Pass_To_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_pass_on_to_Customer_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Is_Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Additional_Brokerage_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Additional_Margin_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_In_Kind_Incentive_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Margin_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Margins__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Projects__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Scheme_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Standard_Brokerage_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Standard_Brokerage_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Car_Parking__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Car_Parking__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Allotted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Applications_Bookings1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings2__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings3__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__ApprovalStatus__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CPOBJ_Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Car_Parking_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Category_of_Parking__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Double_Bay_Parking__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_Parking_Blocked__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Released__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Parking_Size__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Parking_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Tower_Code__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Tower_Code__r" nillable="true" minOccurs="0" type="ens:PropStrength__Tower__c"/>
                    <element name="PropStrength__Tower_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Transaction_Request1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transaction_Request2__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transaction_Request3__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__property_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__property_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Checklist_Items__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Checklist_Items__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Checklist_Items__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Acceptable__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Checklist__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Checklist__r" nillable="true" minOccurs="0" type="ens:PropStrength__Checklist__c"/>
                    <element name="PropStrength__Comment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Image_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Image__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Item_bedroom1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Item_bedroom2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Item_bedroom3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Item_bedroom4__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Item_common__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Item_kitchen__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remarks_by_Project_Manager__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Snaglist_Category__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Snaglist_Category__r" nillable="true" minOccurs="0" type="ens:PropStrength__Snaglist_Category__c"/>
                    <element name="PropStrength__TAT__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__TAT__r" nillable="true" minOccurs="0" type="ens:PropStrength__TAT__c"/>
                    <element name="PropStrength__Temp_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__item_Drawing_cum_Dining__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__item_Servant_Room_Toilet__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Checklist__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Checklist__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Checklist__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicant_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Applicant_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Applicant_Detail__c"/>
                    <element name="PropStrength__Booking_No__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Booking_No__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__CRM_Executive__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__CRM_Executive__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="PropStrength__Checklist_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Customer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Customer__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Signature_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Signature__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Target_Completion_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Transaction_Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="ens:PropStrength__Transaction_Requests__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Contact_Role__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Contact_Role__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Contact_Role__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Mailing_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Offer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Offer__r" nillable="true" minOccurs="0" type="ens:PropStrength__Offer__c"/>
                    <element name="PropStrength__Person_Name1__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Person_Name1__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Person_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Relationship__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Customer_Detail__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Sharing_Ratio__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transaction_Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="ens:PropStrength__Transaction_Requests__c"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Data_Migration_Settings__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Dump_Other_Charge_Percentage__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Skip_User__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__DemandSetting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Days_Gap_For_Actual_Payment_Date__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Days_Gap_For_Demand__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Days_for_Demand_Dispatch__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Days_for_Demand_Print__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Demand_Generation_Max_Batch_Size__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Demand_Letter_Page_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Dispatch_Date_Required__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Filter_Zero__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Mass_Demand_Print_Page_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Multi_Purpose_Class_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__POD_Required__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Dunning_Setting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Fixed_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Email_Mapping__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Email_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Email__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Email__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Email__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assign_To__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assign_To__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__BCC_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CC_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__EmailMessage__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Email_Reference__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__From_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__From_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__HTML_Body__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Has_Attachment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__In_Reply_To__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Incoming__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Message_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Message_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Detail__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Plain_Text_Body__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reply_To_Email__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Reply_To_Email__r" nillable="true" minOccurs="0" type="ens:PropStrength__Email__c"/>
                    <element name="PropStrength__Reply__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Service_Request__r" nillable="true" minOccurs="0" type="ens:PropStrength__Service_Request__c"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SubjectLink__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Subject__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TemplateId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__To_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Escalation_Action__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Escalation_Action__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Escalation_Action__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry2__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Emails__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Age_Over_Business_hours__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Escalation_Hours__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Minutes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Notify_Case_Owner__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Notify_User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Notify_User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="PropStrength__Rule_Entry__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Rule_Entry__r" nillable="true" minOccurs="0" type="ens:PropStrength__Rule_Entry__c"/>
                    <element name="PropStrength__User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Esclation_Rule__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Esclation_Rule__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Esclation_Rule__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Rule_Entry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Rule_Object__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__FieldFilterSetting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Request_Fields__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Floor__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Floor__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Floor__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Floor__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Floor__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Phases__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Floor_Area_Utilised__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Floor_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Floor_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Floor_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Floor_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Number_of_Units__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Tower__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Tower__r" nillable="true" minOccurs="0" type="ens:PropStrength__Tower__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Freebies_Line_Item__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Freebies_Line_Item__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Freebies_Line_Item__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Actual_Purchase_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Effective_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Effective_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Freebie_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Freebies_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Freebies_Offered__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Freebies_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Freebies_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Freebies_Scheme__c"/>
                    <element name="PropStrength__Is_Mandatory__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__MRP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Freebies_Available__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Freebies_Offered__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Actual_Purchase_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Freebie_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Freebies_Line_Item__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Freebies_Line_Item__r" nillable="true" minOccurs="0" type="ens:PropStrength__Freebies_Line_Item__c"/>
                    <element name="PropStrength__Freebies_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Freebies_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Freebies_Scheme__c"/>
                    <element name="PropStrength__MRP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Offer__r" nillable="true" minOccurs="0" type="ens:PropStrength__Offer__c"/>
                    <element name="PropStrength__Released__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Freebies_Scheme__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Freebies_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Freebies_Offered__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Projects__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Properties__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property_Type__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Group_Member__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Group_Member__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Group_Member__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assignment_Group__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assignment_Group__r" nillable="true" minOccurs="0" type="ens:PropStrength__Assignment_Group_Name__c"/>
                    <element name="PropStrength__Last_Assigned__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Last_Assignment__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Member__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Member__r" nillable="true" minOccurs="0" type="ens:PropStrength__Member__c"/>
                    <element name="PropStrength__On_Leave__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__User_Active__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Guide_Module__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Guide_Module__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Parent_Module__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parent_Module__r" nillable="true" minOccurs="0" type="ens:PropStrength__Guide_Module__c"/>
                    <element name="PropStrength__Slider_Image__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Income_Charges__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Income_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Income_Charges__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="G_L_for_income_charge_del__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Payments_del__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_for_VAT_Calculation__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Currency__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Income_Charge_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Price_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Pricing_Expire__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Pricing_Validity_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Pricing_Validity_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Rate_Per_Unit_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__VAT__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_on_Inclusive_Tax_Amount__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Interest_Master__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__End_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Slab_Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Slab_Interest_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Slab_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Start_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Invoice_Note__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Invoice_Note__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Invoice_Note__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Fifth_notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__First_notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Fourth_notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Invoice_Format_Prefix__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Second_notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Seventh_Note__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Six_notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Third_notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Lease_Rental_Reciepts__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Lease_Rental_Reciepts__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Lease_Rental_Reciepts__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Cess_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicant_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Cheque_Issue_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Cheque_No__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Cheque_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Lease_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Lease_Applicable_Date__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Lease_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Lease_Rate_sq_ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Lease__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Lease__r" nillable="true" minOccurs="0" type="ens:PropStrength__Lease__c"/>
                    <element name="PropStrength__Maintenance_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TDS_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Leased_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Lease__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Lease__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Lease__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applicable_Service_Tax_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Cheque_Realized_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Contact_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Fit_Out_Rent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Lease_Commencement_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Lease_Duration__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Lease_Rental_Receipts__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Lease_Rental_per_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Lock_In_Period_Months__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Month__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__No_of_Installment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Security_Deposit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Super_Area_of_property_sq_ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Rate_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Tenure_of_Lease_Agreement__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Total_Lease_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Lease_Receipt__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Lease__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Realized_Receipt__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Years__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Legal_Notice__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Legal_Notice__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Legal_Notice__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Margin__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Margin__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Margin__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Actual_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicable_Education_Cess_on_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicable_Higher_Education_Cess_on_Marg__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicable_Service_Tax_on_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Service_Tax_Master__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Service_Tax_Master__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker_Service_Tax_Master__c"/>
                    <element name="PropStrength__Customer_Margin_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Education_Cess_on_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Higher_Education_Cess_on_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Margin_Inclusive_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Margin_Pass_on_to_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Margin_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Scheme_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Scheme_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="PropStrength__Service_Tax_on_Margin__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Member__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Assignment_Rule_entries__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Group_Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__On_Leave__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Project_Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Milestone__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Milestone__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Milestone__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Milestone__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Milestone__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Actual_Completion_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enter_New_Actual_Date_For_Approval__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Enter_New_Expected_Date_For_Approval__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Escalation_to_Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Expected_Complete_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Expected_Completed_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Notification_about_Estimated__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Actual_Completed_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Expected_Completion_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Hybrid_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_TimeLinked_Plan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Milestone_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Milestone_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Milestone_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Notification_To_Be_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Plan_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan_Line_Items1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Update_Milestone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Schedule_Run_Report__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Scheduled_Notification__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tasks__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Time_Linked__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="X15_Day_Escalation__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="X15_Escalation1__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="X15_Escalation__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="testDate__c" nillable="true" minOccurs="0" type="xsd:date"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__OCTask__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__OCTask__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__OCTask__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charge_Opted__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charge_Opted__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges_Opted__c"/>
                    <element name="PropStrength__TaskId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__ObjectLabelApiMapping__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__API_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Short_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Offer__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Offer__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Offer__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Offer__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Offer__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Advertisement__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Advertisement__r" nillable="true" minOccurs="0" type="ens:PropStrength__Advertisement__c"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Basic_Sales_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Broker_Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Broker_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="PropStrength__Brokerage_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_On_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_On_Other_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Payment_Plan__c"/>
                    <element name="PropStrength__Brokerage_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="PropStrength__City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Comment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Role__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Current_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount_Per_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discounted_Basic_Sales_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Email_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__First_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Freebies_Offered__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Information_Required__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_Brokrage_Calculated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Last_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Lost_To_Competitor__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Lost_To_Competitor__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Net_Revenue__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Next_Steps__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Offer_Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offer_Applicants_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Offer_Close_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Offer_Discount_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Offer_Source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Offer_Through__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="PropStrength__PrePayment_Received__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Primary_Advertisement_Source__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Primary_Advertisement_Source__r" nillable="true" minOccurs="0" type="ens:PropStrength__Advertisement__c"/>
                    <element name="PropStrength__Primary_Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Primary_Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Probability__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Projects__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property2__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property2__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property_Type__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="PropStrength__Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Reason_For_Loss__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Referred_By__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Referred_By__r" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="PropStrength__Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Request__r" nillable="true" minOccurs="0" type="ens:PropStrength__Request__c"/>
                    <element name="PropStrength__Selected_Freebies_Ids__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Selected_OtherCharges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Basic_Sale_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Other_Charge_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Other_Charge__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Sales_Consideration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Unit_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charge_Due_Partition__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charge_Due_Partition__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charge_Due_Partition__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Accounting_Document_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Additional_Service_Tax_on_Forfeiture__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Amount_Types__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Bank_GL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Bank_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Bank_Name__r" nillable="true" minOccurs="0" type="ens:Bank__c"/>
                    <element name="Booking_Cancellation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Bouncing_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Cheque_Bounce__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Condition_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Header_Text_Open__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Header_Text_Received__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Header_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fiscal_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Forfeiture_Amount_without_ST__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="GL_Account_For_Basic_ST__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Bank_Payment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Cheque_Bounce_Cancellation_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Cheque_Bounce_Reversal__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Collection_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Demand_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_Ecess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_Revenue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_For_SBC__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Forfieture_Amount_Additional_ST__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Forfieture_Amount_Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Forfieture_Amount_ST__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Hcess__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Interest_Charged__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Interest_Received__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Interest_Waiver__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Swap_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Transfer_Amount__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_VAT__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_for_Forfieture_Amount__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_for_KKC__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Instrument_Bank__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Instrument_Branch__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Instrument_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Item_Text_Old__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Item_Text_Received__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Item_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Krishi_Kalyan_Cess_on_Forfeiture__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Legacy_Data_NO_SAP_Posting__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Payment_ID_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Payment_Mode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Posting_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center_Old__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Profit_Centres__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Additional_Service_Tax_percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Advance_Additional_Tax_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Advance_Amount_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Advance_Krishi_Cess_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Advance_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Advance_Service_Tax_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Advance_VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Recieved__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Area_Change_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Balance_Update_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Charge_Amount_Paid__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Charge_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Differential_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Due_Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Due_Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Due_Payment__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Due_Payment__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__Due_VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Is_Booking_Amount_Advance__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Paid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Milestone_Payment_Recieved_cur__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Adv_Additional_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Adv_Krishi_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Adv_Service_Tax_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Adv_VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Advance_Amt_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charge_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charge_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charge_Educationcess_Tax_Curre__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charge_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Higher_EducationCess_tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Opted_Group1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="PropStrength__Partial_PLI__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Line_Items1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan_Detail_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan_Detail__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan_Detail__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Details__c"/>
                    <element name="PropStrength__Payment__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__Receive_Against_Line_Item__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Receive_Against_Line_Item__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charge_Due_Partition__c"/>
                    <element name="PropStrength__Received_Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Received_Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Received_Higher_Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Received_Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Received_VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Recieved_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Recieved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Reference_Advance_Line_Item__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Reference_Advance_Line_Item__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charge_Due_Partition__c"/>
                    <element name="PropStrength__Remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Tax_Paid__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Due_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Received_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Updated_Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RTGS_NEFT_UTR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Realization_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Reason_For_Reversal__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Receipt_GL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Receipt_Profit_Centre__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Reference_Document_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Revenue_Amount1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Revenue_Amount_SAP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Revenue_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Reversal_Document_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reversal_Fiscal_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rounding_off_err__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SAP_Customer_Code_Old__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Message_Class__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Message_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SAP_Message_Old__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Message_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Message_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Message__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Msg__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Organization__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Service_Tax_on_Forfeiture_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Special_GL_Indicator__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Terms_Of_Payment_Key__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Transaction_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Transfer_Document_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Transfer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Type_Doc_Old__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type_Doc__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Updated_Work_Break_Down_Structure__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VAT_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Waiver_Document_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Work_Breakdown_Structure_Tower__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Work_Breakdown_Structure__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Work_Breakdown_Structure__r" nillable="true" minOccurs="0" type="ens:Work_Breakdown_Structure__c"/>
                    <element name="event__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charge_Due_Partition__c_hd">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charge_Due_Partition__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Amount_Payable__c_hpr" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Payable__c_hst" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Recieved__c_hpr" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Recieved__c_hst" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Balance__c_hpr" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Balance__c_hst" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Due_Payment__c_hpr" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Due_Payment__c_hst" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Due_Payment__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__Milestone_Payment_Recieved_cur__c_hpr" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Milestone_Payment_Recieved_cur__c_hst" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charge_Amount__c_hpr" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charge_Amount__c_hst" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Opted_Group1__c_hpr" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges_Opted_Group1__c_hst" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges__c_hpr" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__c_hst" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ValidFromDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ValidToDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges_FIFO__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges_Opted__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges_Opted__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges_Opted__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Application_Booking_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Other_Charges_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Booking_Service_Tax_Records__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Discount_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IsAdjustmentOnPossession__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Property_Charge__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__OCTasks__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Original_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Percentage__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="PropStrength__Part_Of_COP__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Property_Type_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SaleableCharge__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__SalebleCharge__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Specific_Waiver_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Specific_Waiver_Amount_without_ST__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Staging_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__called__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__called__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges_Percentage__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SAP_Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges_Percentage__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges_Percentage__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges_Percentage__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Advance_ST_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Service_Tax_percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Paid__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Education_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Higher_Secondary_Ed_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Is_Cancelled__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Amount_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charge_Opted_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charge_Opted__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charge_Opted__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges_Opted__c"/>
                    <element name="PropStrength__Other_Charges_Opted_Group__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges_Opted__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Part_of_COP__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Plan_Detail__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan_Detail__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Details__c"/>
                    <element name="PropStrength__Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Total_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Applicable_Charge__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__VAT_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waived_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Amount_without_ST__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges_Tax_Mapping__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges_Tax_Mapping__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges_Tax_Mapping__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="PropStrength__Service_Tax_Mapping_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Tax_Mapping__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Service_Tax_Mapping__r" nillable="true" minOccurs="0" type="ens:PropStrength__Service_Tax_Mapping__c"/>
                    <element name="PropStrength__Tax_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Other_Charges__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Brokerage_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Discount_Amount_c__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charge_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charge_Due_Partitions__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charges_Group__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges_Opted__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charges_Tax_Mappings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Part_Of_COP__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Plan_Other_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Price_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__PropStrength__r_hpr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__PropStrength__r_hst" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__STA_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Saleable_Charge__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Service_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Tax_On_Plot__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Unit_Type_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__VAT_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="S_CAT__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Stamp_Duty_Charges__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Overdue_Interest__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Overdue_Interest__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Overdue_Interest__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicable_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicable_Slab__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Balance_Amount_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Interest_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Interest_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Is_Milestone_Reversed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__PPD__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__PPD__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Details__c"/>
                    <element name="PropStrength__Payment_Due_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Payment_Linked__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Linked__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan_Details__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Details__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan_Details__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Actual_Time_Linked_Milestone_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Advance_ST_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Advance_ST_on_OC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Billing_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Booking_Date_Due_After_Days__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_s_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Number_PPD__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Due_After_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Escalation_Date__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Expected_Completion_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Expected_Completion_Update__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fiscal_Year_PPD__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="New_Time_Linked_Milestone_Raised_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PPD_Raised_On__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Additional_Service_Tax_On_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Service_Tax_percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Due_Plus_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Paid__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Area_Change_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Area_Change_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Block_Milestone_Reversal__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Booking_Amount_PPD__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Booking_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Calculated_Interest_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Call_Notice_Delivered__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Call_notice_Sent_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Date_of_Delivery__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Education_Cess_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Education_Cess_on_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Estimated_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Extension_on_Time_Period__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Final_Payment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Grant_Extended_Till__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Higher_Secondary_Cess_on_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Higher_Secondary_Edu_Cess_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__How_Many_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Hybrid_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Interest_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Interest_Calculated_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IsAdditionalCapitalization__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__IsAdjustmentOnPossession__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Milestone_Completed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_reversed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess_on_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Milestone_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Milestone__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Milestone__r" nillable="true" minOccurs="0" type="ens:PropStrength__Milestone__c"/>
                    <element name="PropStrength__Not_Ready_For_Demand__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Notification_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges_Percentage__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charges_as_COP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Overdue_Age_For_Interest__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__PPD_Locked__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Paymen_Due_Month__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Due_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Payment_Due_Flag__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Due_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Overdue_Interests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan_Line_Item__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan_Line_Item__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Line_Items__c"/>
                    <element name="PropStrength__Person_Delivered_To__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Previous_Outstanding__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Rate_of_Interest__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Reasons_for_Non_Delivery__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Received_Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Tax_Due_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_Tax_on_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Submitted_for_Reversal_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TDS_Applicable_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TDS__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__TPD_Applicable_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TPD_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_Due_With_Taxes__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_Due_with_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_COP_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Other_Charges_Dues__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Other_Charges_Per__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_TAx_due_on_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax_Due_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Service_Tax_on_PPD__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__VAT_On_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__VAT_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waived_Off_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Wavier_from_Uncalled__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__waived_off_amount_c__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SMS_Milestone__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Time_Link_Due_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_ST_as_per_current_rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Virtual_ST_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Value_of_Do_not_raise_demand__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Work_Breakdown_Structure__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="X15_days_prior_date_1__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="X4_days_Prior_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan_Line_Items__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Line_Items__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan_Line_Items__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Condition_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Actual_Completed_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Amount_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Block_Demand_Generation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Date_Of_Completion__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Due_After_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Expected_Completion_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Milestone_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Milestone__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Milestone__r" nillable="true" minOccurs="0" type="ens:PropStrength__Milestone__c"/>
                    <element name="PropStrength__Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Payment_Plan_Details1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan_Line_Item_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan_Line_Item_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan_Other_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="PropStrength__Project_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TPD_Applicable_Percentage_new__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TPD_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TPD_Applicable_new__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TPD_Percentage_new__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan_Line_Items__c_hd">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Line_Items__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Amount__c_hpr" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount__c_hst" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Payment_Plan__c_hpr" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan__c_hst" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ValidFromDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ValidToDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan_Other_Charges__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Other_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan_Other_Charges__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Amount_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__List_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="PropStrength__Payment_Plan_Line_Item__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan_Line_Item__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Line_Items__c"/>
                    <element name="PropStrength__Payment_Plan_Other_Charge_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Payment_Plan__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Available_For_Change_In_PPlan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Land_Construction_Ratio__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Milestone_based__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan_Line_Items1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__PropStrength__r_hpr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__PropStrength__r_hst" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Show_Payment_Section__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Special_Home_Loan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TPD_Applicable_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TPD_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TPD_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__PopUp_Settings__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Color__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Field_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Object__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Priority__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Value__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__PrePayment_Received__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CRN_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_Demand_Draft_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IFSC_RTGS_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Instrument_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Offer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Offer__r" nillable="true" minOccurs="0" type="ens:PropStrength__Offer__c"/>
                    <element name="PropStrength__Payment_Mode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Price_Master__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Price_Master__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Price_Master__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Approval_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Approved_By__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Approved_By__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="PropStrength__Charge_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Estimated_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Estimated_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Income_Charge__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Income_Charge__r" nillable="true" minOccurs="0" type="ens:PropStrength__Income_Charges__c"/>
                    <element name="PropStrength__Income_Charges_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_Property_Type_Wise__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Latest__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__New_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__New_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Old_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Old_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__OtherCharges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property_Charges_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property_Type_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type_Charges__c"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property_Type__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Project_Member__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Project_Member__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Project_Member__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Last_Assigned__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Member__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Member__r" nillable="true" minOccurs="0" type="ens:PropStrength__Member__c"/>
                    <element name="PropStrength__On_Leave__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Projects__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Projects__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Projects__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Ads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Allotment_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Allotment_calculation_on_Agreement_val__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Alternate_Email_Id_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Email_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Banks__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CIN_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Circle_Rate_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Circle_Rate_Non_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cost_of_Construction_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Cost_of_Construction_Non_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Demand_CC_Email_id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Distribution_Channel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Elite_Project__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Email_for_Queries__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Escalation_Rules__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Forfeiture_amount_after_allotment__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Forfeiture_amount_before_allotment__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="GL_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Invoice_Serice__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="JV_name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Launch__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Marketing_Plans__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NRI_contact_number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PAN_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Post_Sales_Pending__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Email_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Site_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_contact_number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Actual_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Actual_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Advertisements__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Apartment_Type__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Approximate_Number_Of_Units__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Available_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Broker_Ledgers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Broker_Master_Ledgers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Assignment_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Release_Schedule__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Payment_Plan__c"/>
                    <element name="PropStrength__Brokerage_Release_Schedules__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Brokerage_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Brokerage_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Brokerage_Scheme__c"/>
                    <element name="PropStrength__Budget__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Car_Parkings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Cases__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Completion_Certification_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Country_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Demand_ThreshHold_Limit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Enable_Pie_Chart_Count_Wise__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Exact_Number_Of_Properties__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Expected_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Expected_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__First_Booking_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Freebies_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Freebies_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Freebies_Scheme__c"/>
                    <element name="PropStrength__Grace_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Image_Path__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Income_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Is_First_Transfer_Free__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Launch_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Launch_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Lease__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__License_Number_New__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__License_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Margins__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Measurement__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Milestones__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Organization_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Organization_Fax__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Organization_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Organization_Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Organization_Street__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Over_Booking_Allowed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Plans__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Pie_Chart_URL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Pie_Chart__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Price_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Project_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project_Logo__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project_Member__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Rate_for_Holding_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Rate_for_Maintenance_charges_Possession__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Sectors__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__State_Province__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Street__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Streets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Sub_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TDS_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TPD_Applicable_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Allotted_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_OnHold_Property__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Sold_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Towers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transfer_Applicable_percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transfer_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type_of_Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__VAT_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__VAT_Chargeable_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__VAT_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Zip_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__forfeiture_perc__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Region__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Registration_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sales_District__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Office__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Organisation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Service_Tax_no__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Service_Tax_on_Forfeiture__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Stamp_Duty_Joint_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Stamp_Duty_Joint_Non_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Stamp_Duty_Others_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Stamp_Duty_Others_Non_MC__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TIN_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Toll_free_number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VAT_Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VAT_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Work_Breakdown_Structures__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Browser_Setting__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Browser_Setting__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Browser_Setting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Detail_Panel_Fields__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Filter_Fields__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__List_Item_Fields__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__ProfileId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Show_Google_Map__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Show_Property_Creation_Button__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Show_Property_Images__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Charge_Settings__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__FIFO_Payment_Adjustment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Other_Charges_Appl__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Charges__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Charges__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Fixed_Charge__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Charges_Code_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="PropStrength__Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Pricing_Expire__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Pricing_Validity_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Pricing_Validity_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Rate_per_unit_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Type_Charges__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Type_Charges__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Fixed_Charge__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IsCompulsory__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Other_Charge_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges_Code_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Other_Charges__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Other_Charges__r" nillable="true" minOccurs="0" type="ens:PropStrength__Other_Charges__c"/>
                    <element name="PropStrength__Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Price_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Pricing_Expire__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Pricing_Validity_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Pricing_Validity_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Property_Type_Code_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property_Type__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="PropStrength__Rate_per_unit_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Type_Snaglist__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type_Snaglist__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Type_Snaglist__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Category_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property_Type_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Snaglist_Category__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Snaglist_Category__r" nillable="true" minOccurs="0" type="ens:PropStrength__Snaglist_Category__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Type__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Type__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property_Type__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active_Property__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Available_for_Sale__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Fixed_brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Freebies_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Freebies_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Freebies_Scheme__c"/>
                    <element name="PropStrength__Number_of_Parking_can_be_allotted__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Price_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Pricing_Expire__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Pricing_Validity_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Pricing_Validity_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property_Type_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property_Type_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type_Snaglists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Rate_Per_Unit_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Alloted_Property__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Bookings_on_Priority__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Number_Of_Units__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Upper_Limit_on_Bookings__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Property__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Allotment_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Amount_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Appurtenant_Area_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Appurtenant_Area_Sq_mt__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Assets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Built_up_Area_converted__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Carpet_Area_Converted__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Circle_Rate_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FSI_Area_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="FSI_Area_Sq_mt__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Municipal_Corporation_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OPEN_BALC_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OPEN_BALC_Sq_mt__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Phases__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Allotted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Balcony_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Built_up_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Car_Parkings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Carpet_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cellar_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Checklists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Completion_Certificate_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Completion_Certificate_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Execution_Pocket__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Floor_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Floor_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Floor__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Floor__r" nillable="true" minOccurs="0" type="ens:PropStrength__Floor__c"/>
                    <element name="PropStrength__Freebies_Scheme__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Freebies_Scheme__r" nillable="true" minOccurs="0" type="ens:PropStrength__Freebies_Scheme__c"/>
                    <element name="PropStrength__House_Unit_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Images_for_Property_Browser__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Leased__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Main_Image_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__No_Freebie_Applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Offer_Through__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Offers1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Open_Balcony_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Open_Terrace_area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Plot_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Pricing_Expire__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Pricing_Validity_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Pricing_Validity_Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Private_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Alloted_Through_Offer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Property_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Type__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Property_Type__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property_Type__c"/>
                    <element name="PropStrength__Property_on_hold_for_Reallocation__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Rate_per_unit_area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Sector__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Sector__r" nillable="true" minOccurs="0" type="ens:PropStrength__Sector__c"/>
                    <element name="PropStrength__Size_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Street__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Street__r" nillable="true" minOccurs="0" type="ens:PropStrength__Street__c"/>
                    <element name="PropStrength__Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Sales_Consideration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Tower__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Tower__r" nillable="true" minOccurs="0" type="ens:PropStrength__Tower__c"/>
                    <element name="PropStrength__Transaction_Request1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Unit_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RM_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Super_Area_Converted__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Temp_Allotment_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Work_Breakdown_Structure_del__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Received_Payment__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Received_Payment__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Received_Payment__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Amount_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Bank_Name_GL__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Bank_Name_GL__r" nillable="true" minOccurs="0" type="ens:Bank__c"/>
                    <element name="Booking_Cancelled__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Booking_Owner_Email_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Booking_Owner_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Booking_Reallocated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Certificate_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Cheque_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Clearance_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Demand_Letter_Generated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Demand_Letter_Generation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Demand_generation_14_Days__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Demand_generation_18_Days__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Demand_generation_4_days__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Header_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Dunning_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_Sent_Count_GR__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Event_on_Payment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fiscal_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Form_16B_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="GL_Bank_Payment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Swap_Charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_Transfer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GL_for_VAT__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GR_Save__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Generate_Demand_Letter__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Income_Charge_del__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Income_Charge_del__r" nillable="true" minOccurs="0" type="ens:PropStrength__Income_Charges__c"/>
                    <element name="Instrument_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Instrument_Received_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Item_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_Generate_Receipt_Email_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Last_Generate_Receipt_Print_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Last_Reminder_Letter_sent_on__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Legacy_Data_NO_SAP_Posting__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Milestone_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Number_of_Reminders_Sent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Payment_Cleared_on__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Posting_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Print_Count_GR__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Actual_Payment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Additional_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Adjusted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Advance_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount_Due_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Amount_Excluding_Waiver__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_with_penalty__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Applicant_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Applicant_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Applicant_Detail__c"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Area_Change_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BSP_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Account_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Branch_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Name_Auto__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Verified_Signature__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Billing_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Booking_Amount__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Booking_Cheque_Bounced__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Bounced_Cheques__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bounced_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bouncing_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__By_Cash__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__By_Cheque__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__By_Demand_Draft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__By_Post_Dated_Cheque__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__By_Wire_Transfer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CB_Bouncing_Charges_With_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CB_Education_Cess_2__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CB_Higher_Secondary_Education_Cess_1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CB_Service_Tax_12__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CRN_no__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CRR_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Call_Notice_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Bounced__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Demand_Draft_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_Deposited__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Created_Automatically__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Email_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_MobilePhone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Name_for__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Residence_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Residential_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Date_of_Receipt__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Demand_Email_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Demand_Generated_By__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Demand_Generated_By__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="PropStrength__Demand_Generated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Demand_Generation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Demand_SMS_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Demand_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Dispatch_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Dispatch_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Due_Age__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Dunning_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Education_Cess_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Fund_Transfer_Booking_ID__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Fund_Transfer_Booking_ID__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Higher_EducationCess_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IFSC_RTGS_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Income_Charge_Due__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Income_Charge_Due__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__IsAdjustedWaiverChargeAmount__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__IsCreatedFromSpecificWaiver__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Reversal_Created__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Subvention_Plan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_TimeLinked__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Issue_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Krishi_Kalyan_Cess__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__MICR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Milestone_Approved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Next_Dunning_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Other_Charge_Due_Partitions__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__POD_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Parent_Payment__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parent_Payment__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__Partial_Booking_Cheque_Bounce__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Pay_Interest__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Payment_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Overdue_Interests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payment_Plan_Detail__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan_Detail__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Details__c"/>
                    <element name="PropStrength__Payment_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Used__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payments1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Post_Possession_Charge_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Printing_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__PropStrength__r_hpr" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__PropStrength__r_hst" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Prorated_Payment_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Reallocation_Booking_Id_Ref__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Reallocation_Booking_Id_Ref__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Reallocation_Fund_Transfer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Receipt_Reversed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Received_Payment__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Received_Payment__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__Received_Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Resident_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Service_Tax_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Service_tax_on_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Staging_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Recoverable__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__TDS_Recoverable__r" nillable="true" minOccurs="0" type="ens:PropStrength__TDS_Recoverable__c"/>
                    <element name="PropStrength__TPD_Given__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TPD_Reversed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Total_Amount_Due_with_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transaction_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transaction_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Transaction_Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Unit_Property__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Components__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Realization_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Reason_For_Reveresal__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Receipt_GL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Reference_Document_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Refund_Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Region__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reversal_Document_Number_Form_16B__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reversal_Document_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Reversal_Fiscal_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Item_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Message__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Msg__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TDS_Acknowledgement_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TDS_Certificate_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TDS_Recieved_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TDS_Text1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TDS_Text2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TDS_Text3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Towards__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Transaction_type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Transfer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Type_Doc__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type_of_Account__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Work_Breakdown_Structure__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Request__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Request__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Request__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Request__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Request__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Ad_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Advertisement__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Advertisement__r" nillable="true" minOccurs="0" type="ens:VCC1__Advertisement__c"/>
                    <element name="Agent_Group__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Agent_Group__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent_Group__c"/>
                    <element name="Alternate_Mobile_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Apply_Assignment_Rule__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Assigned_CC_date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Assigned_Call_Center_Agent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assigned_SA_date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Assigned_Sales_Agent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assigned_to_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assigned_to_Sales__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Book_your_site_visit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Broker_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CC_User_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Call_Record__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Call_Record__r" nillable="true" minOccurs="0" type="ens:VCC1__Call_Record__c"/>
                    <element name="Call_Status_Time_Stamp__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Call_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Call_try_count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Car_s_owned__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Closed_Lost__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contact_Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contact_name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contact_referral__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Contact_referral__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="Contacted_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CountryNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_CodeNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Customer_open_only_2_buy_from_developer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Date_of_Site_Visit__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Date_of_enquiry__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Do_Not_Call__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Email_Opt_Out__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Employee_Referral__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Enquiry_Agin_In_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Enquiry_Aging_Contacted__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Enquiry_Aging_In_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Enquiry_Aging_Sales__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Enquiry_Website__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Escalation_level1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Floor_Preference__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Follow_up_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Follow_up_reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Has_Customer_decided_on_finance_source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="How_did_you_hear_about_us__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Industry__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Initial_Enquiry_Owner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Customer_living_in_Own_Rented_Premise__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Is_purchase_for_Self_Use_or_Investment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Last_Call_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Last_Date_Of_Contact__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Lead_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead_Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Location_Preference__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Lost_reason_c__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Mobile_number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Next_Follow_Up_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Number_of_Offers_Cancelled__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Number_of_Offers_Close__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Number_of_Offers_Open__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Old_Call_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Old_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Old_Lead_Campaign__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Old_Project_in_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Owner_Profile_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_TypeNew__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_formula__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Advertisement__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Advertisement__r" nillable="true" minOccurs="0" type="ens:PropStrength__Advertisement__c"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Broker_Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Broker_Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Broker_Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Disqualification_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Email_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Enquiry_Aging_In_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Enquiry_Close_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Enquiry_Subject__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Enquiry_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__EscalationLevel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__First_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Information_Required__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IsEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Last_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Location__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Number_of_Offers_Cancelled__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Number_of_Offers_Close__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Number_of_Offers_Open__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Primary_Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Primary_Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Purchase_Price_From__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Purchase_Price_To__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Rating__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Referring_Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Referring_Broker__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="PropStrength__Request_Source__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Request_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Score__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Selected_Property_Ids__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Total_Area_From__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Area_To__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Closed_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offer_Created__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Type_of_Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Unit_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Unit_Types__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Purpose__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Rating__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Request_Creation_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SMS_Count__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SMS_code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_User_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Size_of_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Stage__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Number_Of_Email_Sent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Closed_value_enq__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Created__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Transaction_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Transaction_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Unique_Enquiry_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="User_Level_Assignment__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="When_Do_You_Plan_to_Buy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="city__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="isEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Rule_Criteria__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Rule_Criteria__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Rule_Criteria__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Field__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Operator__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Rule_Entry__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Rule_Entry__r" nillable="true" minOccurs="0" type="ens:PropStrength__Rule_Entry__c"/>
                    <element name="PropStrength__Value__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Rule_Entry__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Rule_Entry__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Rule_Entry__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Criteria__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Actions__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Escalation_Times__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Esclation_Rule__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Esclation_Rule__r" nillable="true" minOccurs="0" type="ens:PropStrength__Esclation_Rule__c"/>
                    <element name="PropStrength__Rule_Criterias__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Sort_Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__SearchObject__mdt">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Document_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Object_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Record_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QualifiedApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Sector__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Sector__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Sector__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__No_of_Units__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Sector_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Sector_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Streets__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Total_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Towers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Service_Request__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Service_Request__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Service_Request__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Account__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Account__r" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Apply_Assignment_Rule__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Asset__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Asset__r" nillable="true" minOccurs="0" type="ens:Asset"/>
                    <element name="PropStrength__Assigned_To__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Assigned_To__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Business_Hours__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Business_Hours__r" nillable="true" minOccurs="0" type="ens:BusinessHours"/>
                    <element name="PropStrength__Case_Issue__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Case_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Checklist__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Checklist__r" nillable="true" minOccurs="0" type="ens:PropStrength__Checklist__c"/>
                    <element name="PropStrength__City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Closed_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Comments_by_Query_Owner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Fax__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Mobile__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact_Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Country__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Current_Dunning_Status_CDS__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Customer__r" nillable="true" minOccurs="0" type="ens:PropStrength__Applicant_Detail__c"/>
                    <element name="PropStrength__Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Email_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Emails__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__EngineeringReqNumber__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__EscalationLevel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Existing_BPTP_Partner__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__External_System_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__First_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IsClosedOnCreate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__IsEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__IsSelfServiceClosed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__IsVisibleInSelfService__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Landline__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Last_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Legal_Case_Pending__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__MessageId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Mobile_Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Origin__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Parent__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parent__r" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="PropStrength__Pending_with_Department__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__PotentialLiability__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Potential_Liability__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Priority__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Product__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Rating__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Re_Opened_Case__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Request_Origin__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SLAViolation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SR_Sub_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SR_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__State__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Street__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Subject__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__SuppliedCompany__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Supplied_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Supplied_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Supplied_Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TempOwnerId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Type1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Zip_Postal_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Service_Tax_Calculation_Setting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Calculate_Booking_Amount_Exclusively__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Check_Certificate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Vat_on_Completion_Certificate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Service_Tax_Mapping__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Service_Tax_Mapping__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Service_Tax_Mapping__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Booking_Service_Taxes__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Other_Charges_Tax_Mappings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Service_Category__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Tax_Record__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Tax_Record__r" nillable="true" minOccurs="0" type="ens:PropStrength__Tax_Record__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Service_Tax__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Carpet_Area_Limit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Slider_Image__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Slider_Image__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Slider_Image__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Guide_Modules_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Guide_Modules_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Guide_Module__c"/>
                    <element name="PropStrength__Image_url__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Snaglist_Category__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Snaglist_Category__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Snaglist_Category__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Checklist_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property_Type_Snaglist__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Work_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Snaglist_Settings__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Snaglist_Settings__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Snaglist_Settings__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Field_API_Names__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Street__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Street__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Street__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Property__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Sector__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Sector__r" nillable="true" minOccurs="0" type="ens:PropStrength__Sector__c"/>
                    <element name="PropStrength__Street_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Street_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Street_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Towers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Width__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TAT__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__TAT__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TAT__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Assign_Task_To_Logged_In_User__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Checklist_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Snaglist_Category__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Snaglist_Category__r" nillable="true" minOccurs="0" type="ens:PropStrength__Snaglist_Category__c"/>
                    <element name="PropStrength__TAT__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="PropStrength__Work_Item_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TDS_Recoverable__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__TDS_Recoverable__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TDS_Recoverable__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Assessment_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Bank_Name_GL__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Bank_Name_GL__r" nillable="true" minOccurs="0" type="ens:Bank__c"/>
                    <element name="Charge_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CompanyCode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Type_With_Indicator__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Document_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Fiscal_Year__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Form_16B_Received_Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Formula_16_B_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Legacy_Data_NO_SAP_Posting__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Open_Text1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Open_Text2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Open_Text3__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Payment_Record_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Acknowledgement_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Acknowledgement_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Amount_Due_Plus_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Paid__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__CRN_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_Demand_Draft_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__File_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IFSC_RTGS_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Instrument_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Milestone_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Payment_Mode__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Plan_Detail__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Plan_Detail__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan_Details__c"/>
                    <element name="PropStrength__Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__TDS_Certificate_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__TDS_Percent__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Received_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Recoverable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS_Reversed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Total_Agreement_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Reference_Document_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Customer_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Message__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SAP_Msg__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Special_GL_Indicator__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TDS_GL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TDS_Intimation_Approval_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TDS_Received_SAP_Message__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Type_Doc__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TDS_Slab__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__TDS_Slab__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TDS_Slab__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Range_From__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Range_To__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__TDS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TPDFunctionality__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__TPD_Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TPDFunctionality_new__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__TPD_Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TaggingSetting__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Demand__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Interest__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Posting__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Tax_Record__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Tax_Record__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Tax_Record__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Abatement_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Parent_Tax_Record__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Parent_Tax_Record__r" nillable="true" minOccurs="0" type="ens:PropStrength__Tax_Record__c"/>
                    <element name="PropStrength__Service_Tax_Mappings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Tax_Percentage_Aftr_limit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Tax_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Tax_Records__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Tax_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Ticker__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Background_Colour__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Direction__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Profile_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Profile_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Size__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Speed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__TextColour__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Text_of_Ticker__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TimeLinkedDueDays__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Days_Before__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__TimeLinked__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Tower__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Tower__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Tower__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Common_WBS__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center_For_Receipt__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Profit_Centeres__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Phases__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Allotted_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Available_Car_Parking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Available_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Car_Parkings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Completion_Certificate_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Completion_Certificate_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Enable_Pie_Chart_Count_Wise__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Floors__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Image_Path__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__No_of_Units__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__OnHold_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Pie_Chart_Tower_URL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Pie_Chart__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project_Name__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Properties__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Sector__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Sector__r" nillable="true" minOccurs="0" type="ens:PropStrength__Sector__c"/>
                    <element name="PropStrength__Sold_Properties__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Street__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Street__r" nillable="true" minOccurs="0" type="ens:PropStrength__Street__c"/>
                    <element name="PropStrength__Total_Alloted_Parking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Floors__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Parking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Tower_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Tower_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Level_WBS__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="WBS_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Work_Breakdown_Structure_Tower__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Work_Breakdown_Structure_Tower__r" nillable="true" minOccurs="0" type="ens:Work_Breakdown_Structure__c"/>
                    <element name="Work_Breakdown_Structures__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Transaction_Requests__Feed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Transaction_Requests__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Transaction_Requests__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Transaction_Requests__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Transaction_Requests__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ATS__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Additional_Service_Tax_on_Forfeiture1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Additional_Service_Tax_on_Forfeiture__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Address_Proof_DL_Passport_Copy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Applicant_Photos__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cancellation_Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Discount_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Final_Forfeiture_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Forfeiture_Amount_with_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Forfeiture_Amount_without_Service_Tax1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Forfeiture_Amount_without_Service_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Id_Proof_Pan_Card_Copy__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Outstanding_Amount_Cleared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KYC_Approved__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Market_value_at_Registration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="New_Allotment_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="New_Allotment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="New_Allotment_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="New_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="New_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="New_Discounted_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="New_Revised_Total_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Old_Allotment_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Old_Allotment_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Old_Allotment_Percentage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Outstanding_Balance__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Payment_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Payment_Done_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Payment_Plan__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Posting_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__AC_Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__AD_Higher_Secondary_Education_Cess_1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Account_Quote__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Acknowledgement_for_Cheque_Receipt__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Actual_Refund_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Add_New_Charge__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Additional_Capitalization_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additional_Capitalization_per_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Additonal_Area_Beyond_Prescribed_Range__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Address_Proof__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Adjustment_Method__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Adjustment_Waived_Of__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Adm_Education_Cess_2__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Adm_Service_Tax_3__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Adminstrative_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__All_CalculationsValidated_by_Manager__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__All_Calculations_Validated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__All_Documents_Submitted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Allotment_Letter_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Allotment_To_Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Allotment_To_Property__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Allotment_of_Property__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Amount_Outstanding__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Amount_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Receivable_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Received_from_Customer__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Recoverable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Amount_of_lease_rent_receivable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Any_Existing_Charge_to_Remove__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Apartment_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Applicants_Updated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Applicants_Verified__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Application_Booking__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Application_Booking__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__Applications_Bookings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Area_Adjustment_Required__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Area_Change_On_Old_Gross_or_Old_Net_Rate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Area_Change_at_Old_Rate_Val1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Area_Change_at_Old_Rate_Val__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Area_Change_at_Old_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Area_Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Area_rented_by_lessee__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Assign_any_other_charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assignment_on_Account_of_Death__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assured_Return__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BB_Buy_Back_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BB_Original_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BB_Refund_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BB_Total_Basic_Sales_Price_with_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BB_Total_Other_charge_with_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BB_Total_Payment_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BB_Total_Payment_Received__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__BSP_Additional_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Balance_parking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Bank_Account_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Loan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Bank_NamePick__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bank_Sanction_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Banker_Details__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Basic_Sale_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Booking_Property_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Bouncing_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Branch_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Branch_Contact_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage_Recovery__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Brokerage__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Brokerage_and_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Builder_Buyer_Agreement_Cancelled__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Builder_Buyer_Agreement_Sent_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Buy_Back_Premium__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking1__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking1__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking2__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking2__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking3__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking3__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking4__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__CP_Allotment_Of_Car_Parking4__r" nillable="true" minOccurs="0" type="ens:PropStrength__Car_Parking__c"/>
                    <element name="PropStrength__CP_Number_Of_Parking_Purchased__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CP_Parking_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__CP_Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cancel_property__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cancelled_Builder_Buyer_Agreement__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Car_Parking_Name1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Change_in_Area_is_less_than_10_Percent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Charges_Calculated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Charges_Calculation_Creteria__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Charges_Calculation_Criteria__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Charges_Paid_Cheque_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Charges_per_sqft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Check_Documents__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Checklists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Cheque_Bounced__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Bouncing_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Cheque_DD_Obtained_from_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Cheque_No__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Cheque_Realized_Commitment_Charges__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Receipt_to_Customer_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheque_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Cheques_dispatched_to_Investors__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Client_Intimidated_for_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Client_Records_to_Update_DB__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Client_Updated_for_Rejection__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Client_informed_for_non_feasibility__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Collection_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Comments_ED_Corporate_Finance__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Comments_Finance__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Comments_Head_CRM__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Commitment_Charges_Payable_for_the_Month__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Communication_sent_to_client__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Computation_Sheet_Generated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Conversion_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Credit_Waiver_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Customer_Comments_on_Solutions_offered__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_Database_updated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Customer_File_Received_Verified__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_File_Updated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_Transfer_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Customer_applied_for_Re_instatement__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_asked_for_extension__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_collected_the_Refund_Cheque__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_opt_to_cancel__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_opt_to_pay_the_dues__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_paid_after_followed_up__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Customer_request_for_waiver_of_charges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Daily_collection_report_prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Date_of_commencement_of_lease_rental__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Death_Certificate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Deed_Registered_with_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Demortgage__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Details_Sent_to_Broker__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Differential_Milestone_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Diffrential__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Dispatch_Notice_of_Termination__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Dispatch_Termination_Forfeiture_Letter__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Document_Submitted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Draft_Conveyance_Deed_Finalized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Earnest_Deposit__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Electricity_Meter_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__End_Date_Holding_Charges__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Existing_Payment_Plan_Opted_for__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Extension_for_days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Feasible__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__File_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Final_Agreement_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Final_Amount_to_adjust_in_new_Booking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Final_BSP_for_new_Milestones__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Final_Refund_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Finance_Offered_Alternative_solution__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Finance_To_Prepare_IOM__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Financial_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Financial_Impact_Curr__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Financial_Impact__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Follow_Up_With_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Forfeiture_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Forms_filled_and_Recieved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Forward_Request_To_Client_Records__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Forward_Request_to_Accounts__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Forward_to_Account_Executive__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Gas_Pipe_Line_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Generate_Due_Amount__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Generates_Penal_Interest__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Get_Consent_From_Legal_Team__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Holding_Charges_Education_Cess_2__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Holding_Charges_F__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Holding_Charges_Service_Tax_12__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Holding_Higher_Sec_Education_Cess_1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Holding_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__IFSC_RTGS_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IOM_Send_to_Accounts_for_review__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__IOM_Sheet_Done__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Identification_Proof__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Indemnity_Bond__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Installments_Paid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Installments__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Interest_Paid__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Interest__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Interest_on_Delayed_Call_Notice__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Interest_on_Delayed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Investor_and_Property_Details__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Invite_Customer_For_Allotment__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Invite_for_Allotment_Buyer_Agreement__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Invoice_generated_Database_updated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Area_Decreased__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_Cheque_Demand_Draft_Prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Communication_sent_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_New_Booking_Created__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Payment_Ready_for_Refund__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Property_Available__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Is_Receipt_Validation_Done_by_Account__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Service_Tax_credit_applicable__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_Stamp_Duty_Calculated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_TPT_Agreement_Signed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_new_milestones_updated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Is_this_a_Renewed_Lease_Agreement__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Layout_Plan_Receive_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Layout_Plan_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Lease_Rental_Statement_Prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Lease_rental_payable_for_the_month__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Legal_Consultation_Done__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Legal_Consulting_Notes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Lessee_Name_and_details__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Letter_of_Allotment_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Letter_of_Consent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Loan_Account_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Loan_Disbursed_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Loan_Disbursed_Sanctioned_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Loan_Interest_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Loan_Sanction_Date_as_on_Letter__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Loan_Sanctioned_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__MICR_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Maintenance_Agreement_Signed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Maintenance_Charges_F__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Maintenance_Education_Cess_2__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Maintenance_Highr_Sec_Education_Cess_1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Maintenance_Service_Tax_12__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Maintinence_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Management_approval_obtained__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Mandatory_Docs_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Memo_ref_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__NOC_Issued_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__NOC_Issued__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__NOC_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__NOC_PTM_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Net_Interest_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__New_Basic_Sales_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__New_Booking_ID__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__New_Booking_ID__r" nillable="true" minOccurs="0" type="ens:PropStrength__Application_Booking__c"/>
                    <element name="PropStrength__New_Charge_Applicable_to_the_property__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__New_Name_Add_Del_Req__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__New_Payment_Plan__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__New_Payment_Plan__r" nillable="true" minOccurs="0" type="ens:PropStrength__Payment_Plan__c"/>
                    <element name="PropStrength__New_Rental_per_Sq_Ft__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__No_Dues_Certificate_Issued__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__No_Objection_Certificate__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__No_Of_Installments__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__No_of_outstanding_days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Not_Feasible__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Notice_of_Termination_Sent__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Obtain_Original_Docs_from_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Obtained_Cheque_DD_against_Call_Notice__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Offer_of_Possession_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Offer_of_Possession_Validation_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Offered_Alternative_solution__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Old_TPT_received_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Old_TPT_received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Original_Apartment_Buyer_s_Agreement__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Original_BSP_On_Bookig__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_BSP_On_Booking__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Original_Rate__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Other_Deductions__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Outstanding_Amount_Against_Call_Notice__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Outstanding_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Outstanding_Since__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__PAN_Card__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__POD_Summary_Sheet_Prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__PTM_Issue_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__PTM_Issued__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Payment_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Extension_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Payment_Id__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Payment_Id__r" nillable="true" minOccurs="0" type="ens:PropStrength__Received_Payment__c"/>
                    <element name="PropStrength__Payment_Plan__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Payment_Verification__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Penal_Interest_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Percent_Difference_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Percentage_Applicable_for_Additional_Con__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Period_In_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Period_of_lease_contract_in_months__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Photograph__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Policy_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Possession_given_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Premium_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Processing_Charge_With_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Processing_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Processing_Charges_with_service_tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Processing_Fee_Realized__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Project1__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Project1__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="PropStrength__Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Project__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Alloted__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Property_BSP_Allotment__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Property_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Property_Super_Area_Allotment__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Rate_for_Transafer_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Reallocation_Account_Feasibility__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Reallocation_Initiated_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reallocation_Not_Processed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Reallocation_Request_Processed__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Reallocation_To_Property__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Reallocation_To_Property__r" nillable="true" minOccurs="0" type="ens:PropStrength__Property__c"/>
                    <element name="PropStrength__Reason_For_Assignment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reason_For_Cancellation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reason_For_Termination__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reason__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reason_for_Non_Payment_by_Customer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reason_for_Reallocation__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reason_for_Rejection__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Receipt_Cheque_Number_Assignment_Charge__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Receipt_Cheque_Number_For_Installment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Receipt_Chq_Number_For_Interest__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Receipt_Generated_Name_A_D_Payments__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Receipts_Cheques_forwarded_to_Accounts__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Received_Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Reconcile_Charges_with_previous_month__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Reconciliation_Statement_Prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Reconciliation_of_Area__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Record_Type_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reference_No_PTM__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Refund_Cheque_Prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Refund_Chq_Collected_BY_Customer__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reinstatement_Accounts_Complete__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Remarks1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Reminder_Letter_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Reminder_for_Layout_Plan_Sent_to_CRM__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Remove_Any_Other_Charge__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Remove_Charge__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Remove_any_OtherCharge__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Request_Approved_for_Name_A_D__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Request_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Request_Received_from_Client__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Request_Sent_to_Customer_for_Possession__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Requested_Change_Feasible__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Requested_Change__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Returned_to_Marketing__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Revised_Priced_Offered_to_Customer__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Saleability_Sheet_Done__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Sales_Consideration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Sales_Team_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Same_As_Original_Payment_Plan__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Sanction_Letter_Expiry_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Sanction_Letter_Recieved__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Send_Refund_Cheque_via_Post__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Send_Request_to_Finance__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Send_Request_to_Head_CRM__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Send_for_Saleability_Analysis__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Send_to_CRM_for_final_Actions__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Service_Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Service_Request__r" nillable="true" minOccurs="0" type="ens:PropStrength__Service_Request__c"/>
                    <element name="PropStrength__Service_Tax_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Signature_Verification__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Signed_Copy_Received__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Snag_Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Snags_Observed__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Snags_Rectified__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Solution_Offered__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Specific_Waiver_Adjustment_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Specific_Waiver__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Standard_Documents_Completed__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Start_Date_Holding_Charges__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Statement_of_Commitment_Charges_Prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Status_of_recovery_of_rent_for_the_prope__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Submit_For_Approval__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Submit_for_Approval_to_ED_Finance__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Super_Area_Calculated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Super_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Super_Area_with_in_Prescribed_Range__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TPT_Agreement_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__TPT_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__TSC_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Team_Lead_Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Tenant_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Termination_Approval_sheet_Prepared__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Total_Adminstrative_Charges_With_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Agreement_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_Due1__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_Due__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_Paid__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Amount_Payable__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Assignment_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Basic_Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Holding_Charges_With_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Interest__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Maintenance_Charges_With_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Total_Stamp_Duty_Charges_With_Tax__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Tower__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Tower__r" nillable="true" minOccurs="0" type="ens:PropStrength__Tower__c"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Transfer_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Transferee__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Type_of_Parking__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Uncalled_BSP_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Uncalled_BSP__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Uncalled_OtherCharges__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Update_Allotment_Milestone__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Update_Builder_Buyer_Agreeement__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Updates_MIS_and_Customer_database__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Verification_ID__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Verification_ID__r" nillable="true" minOccurs="0" type="ens:PropStrength__Transaction_Requests__c"/>
                    <element name="PropStrength__Verification_Letter_Update_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="PropStrength__Verified_by_Acc_Executive__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Verified_by_Acc_Manager__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Waived__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Waiver_Components_Name_Wise__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Waiver_Components__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Water_Meter_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Welcome_Letter_Sent_del__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__validate_all_updated_calculations__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Reason_For_Reveresal__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Remark_Applicant_Photos__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_Address_Proof__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_Id_Proof__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Payment_By__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Payment_Plan__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Scheme_Type_I__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks_for_Signature_On_All_Pages__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Scheme_Type_I__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Service_Tax_on_Forfeiture_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Service_Tax_on_Forfeiture__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Signature_On_All_Pages__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Signed_Allotment_Letter_Received_on__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Stamp_Duty_Applicant__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="System_VAT_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Transferee__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PropStrength__Transferee__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Transferee__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Name_of_Applicant_Broker__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Name_of_Applicant_Broker__r" nillable="true" minOccurs="0" type="ens:PropStrength__Broker__c"/>
                    <element name="PropStrength__Name_of_Applicant_Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Name_of_Applicant_Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="PropStrength__Transaction_Request__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PropStrength__Transaction_Request__r" nillable="true" minOccurs="0" type="ens:PropStrength__Transaction_Requests__c"/>
                    <element name="PropStrength__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PropStrength__Validity_Date_Settings__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Duration__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="PropStrength__Month_End__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Publisher">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InstalledEntityDefinitions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InstalledFieldDefinitions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsSalesforce" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MajorVersion" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MinorVersion" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="PushTopic">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiVersion" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NotifyForFields" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NotifyForOperationCreate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NotifyForOperationDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NotifyForOperationUndelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NotifyForOperationUpdate" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NotifyForOperations" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Query" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="QueueSobject">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Queue" nillable="true" minOccurs="0" type="ens:Group"/>
                    <element name="QueueId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Quote__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Quote__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Quote__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Advance_maintenance_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Club_House_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Co_ordination_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Consideration_Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Discount_Approval_Information__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Discount_Asked__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Electricity_Connection_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Gas_Connection_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Khata_Transfer_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Lead_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="Legal_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Offered_Price_of_the_Property__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Phone__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Price_of_the_product_without_Discount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Product__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Product__r" nillable="true" minOccurs="0" type="ens:Product2"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Property_Tax_assessment_and_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Registration_Charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Sellable_Area__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Share_money__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sinking_Fund__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Stamp_Duty__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Water_connection_charges__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="email_of_Lead__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="RecentlyViewed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Alias" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Profile" nillable="true" minOccurs="0" type="ens:Profile"/>
                    <element name="ProfileId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRole" nillable="true" minOccurs="0" type="ens:UserRole"/>
                    <element name="UserRoleId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="RecordType">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="BusinessProcessId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPersonType" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="RelationshipDomain">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ChildSobject" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="ChildSobjectId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field" nillable="true" minOccurs="0" type="ens:FieldDefinition"/>
                    <element name="FieldId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsCascadeDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeprecatedAndHidden" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRestrictedDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="JunctionIdListNames" nillable="true" minOccurs="0" type="tns:JunctionIdListNames"/>
                    <element name="ParentSobject" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="ParentSobjectId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RelationshipInfo" nillable="true" minOccurs="0" type="ens:RelationshipInfo"/>
                    <element name="RelationshipInfoId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RelationshipName" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="RelationshipInfo">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ChildSobject" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="ChildSobjectId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Field" nillable="true" minOccurs="0" type="ens:FieldDefinition"/>
                    <element name="FieldId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsCascadeDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeprecatedAndHidden" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRestrictedDelete" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="JunctionIdListNames" nillable="true" minOccurs="0" type="tns:JunctionIdListNames"/>
                    <element name="RelationshipDomains" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Report">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FolderName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Format" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastRunDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ReportExport__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ReportFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Report"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Room_Activity__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Activity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Activity__r" nillable="true" minOccurs="0" type="ens:Activity__c"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Room__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Room__r" nillable="true" minOccurs="0" type="ens:Rooms__c"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Rooms__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Room_Activity__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sub_Activity_Values__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Rules__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account_Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SFGA__Ad_Group__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="SFGA__Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SFGA__Google_Campaign__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__Google_Campaign_Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SFGA__Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="SFGA__Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SFGA__Keyword__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="SFGA__Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SFGA__Search_Phrase__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="SFGA__Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SFGA__Text_Ad__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SFGA__Lead__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Lead__r" nillable="true" minOccurs="0" type="ens:Lead"/>
                    <element name="SFGA__Opportunity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SFGA__Opportunity__r" nillable="true" minOccurs="0" type="ens:Opportunity"/>
                    <element name="SFGA__Text_Ad_Description_1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SFGA__Text_Ad_Description_2__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SFGA__Text_Ad_Destination_URL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SFGA__Text_Ad_Display_URL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SFGA__Version_33_0_3__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SMS_Contact__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:SMS_Contact__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SMS_Contact__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:SMS_Contact__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SMS_Contact__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CM2_Email_Address__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CM2_Phone_Mobile_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Cases__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cm2_Projec_Manager__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Cm2_Projec_Manager__r" nillable="true" minOccurs="0" type="ens:SMS_Contact__c"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Projects__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Projects__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Role__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SMS_Contacts__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Team__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SMS_Received__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:SMS_Received__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SMS_Received__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:SMS_Received__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SMS_Received__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Received_Text__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Remarks__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="STD_Project_and_Projects__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PS_Projects__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="STD_Projects__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SamlSsoConfig">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttributeFormat" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttributeName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Audience" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ErrorUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExecutionUser" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="ExecutionUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IdentityLocation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IdentityMapping" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Issuer" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LoginUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogoutUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OptionsSpInitBinding" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsUserProvisioning" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RequestSignatureMethod" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SamlJitHandler" nillable="true" minOccurs="0" type="ens:ApexClass"/>
                    <element name="SamlJitHandlerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ValidationCert" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Version" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Scontrol">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Binary" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                    <element name="BodyLength" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="ContentSource" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EncodingKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Filename" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HtmlWrapper" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SupportsCaching" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SearchActivity">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AvgNumResults" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ClickRank" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ClickedRecordName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CountQueries" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CountUsers" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KbChannel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Period" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="QueryDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="QueryLanguage" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SearchTerm" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SearchLayout">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ButtonsDisplayed" nillable="true" minOccurs="0" type="tns:SearchLayoutButtonsDisplayed"/>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityDefinition" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="EntityDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FieldsDisplayed" nillable="true" minOccurs="0" type="tns:SearchLayoutFieldsDisplayed"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LayoutType" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SecureAgentsCluster">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SelfServiceUser">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LanguageLocaleKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastLoginDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LocaleSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SuperUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TimeZoneSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Username" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Service_Cloud_User__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RedirectURL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SetupAuditTrail">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Action" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DelegateUser" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Display" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Section" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SetupEntityAccess">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:PermissionSet"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SetupEntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SetupEntityType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ShortCode_Campaign__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Campaign_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Site">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Admin" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="AdminId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="AnalyticsTrackingCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ClickjackProtectionLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DailyBandwidthLimit" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="DailyBandwidthUsed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="DailyRequestTimeLimit" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="DailyRequestTimeUsed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="GuestUser" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="GuestUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MonthlyPageViewsEntitlement" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OptionsAllowGuestSupportApi" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsAllowHomePage" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsAllowStandardAnswersPages" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsAllowStandardIdeasPages" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsAllowStandardLookups" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsAllowStandardSearch" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsEnableFeeds" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="OptionsRequireHttps" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SiteDomainPaths" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SiteType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subdomain" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UrlPathPrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SiteCampaign__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SiteFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Site"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SiteHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Site" nillable="true" minOccurs="0" type="ens:Site"/>
                    <element name="SiteId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Site_Campaign_Details__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="User_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="Users_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Site_Campaigns__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Campaign_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Campaign_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SocialPersona">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AreWeFollowing" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Bio" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalPictureURL" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Followers" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Following" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsBlacklisted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFollowingUs" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Klout" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ListedCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MediaProvider" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MediaType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NumberOfFriends" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="NumberOfTweets" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Posts" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProfileType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProfileUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Provider" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="R6SourceId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RealName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SourceApp" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SocialPersonaHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="SocialPersona" nillable="true" minOccurs="0" type="ens:SocialPersona"/>
                    <element name="SocialPersonaId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SocialPost">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AnalyzerScore" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AssignedTo" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachmentType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachmentUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Classification" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Content" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeletedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="DeletedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="EngagementLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalPostId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Handle" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HarvestDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Headline" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InboundLinkCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsOutbound" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="KeywordGroupName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikedBy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LikesAndVotes" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MediaProvider" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MediaType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MessageType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OutboundSocialAccount" nillable="true" minOccurs="0" type="ens:ExternalSocialAccount"/>
                    <element name="OutboundSocialAccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Persona" nillable="true" minOccurs="0" type="ens:SocialPersona"/>
                    <element name="PersonaId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Personas" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PostPriority" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PostTags" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PostUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Posted" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Provider" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="R6PostId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="R6SourceId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="R6TopicId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Recipient" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecipientType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Replies" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ReplyTo" nillable="true" minOccurs="0" type="ens:SocialPost"/>
                    <element name="ReplyToId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ResponseContextExternalId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReviewedStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sentiment" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SourceTags" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SpamRating" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StatusMessage" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ThreadSize" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="TopicProfileName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TruncatedContent" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UniqueCommentors" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="ViewCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Who" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhoId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SocialPostFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:SocialPost"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SocialPostHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="SocialPost" nillable="true" minOccurs="0" type="ens:SocialPost"/>
                    <element name="SocialPostId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SocialPostShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:SocialPost"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Solution">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CaseSolutions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHtml" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPublished" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPublishedInPublicKb" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReviewed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SolutionName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SolutionNote" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SolutionNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TimesUsed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Votes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SolutionFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Solution"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SolutionHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Solution" nillable="true" minOccurs="0" type="ens:Solution"/>
                    <element name="SolutionId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="SolutionStatus">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReviewed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="State__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cities__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Country__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Country__r" nillable="true" minOccurs="0" type="ens:Country__c"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="State_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="StaticResource">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                    <element name="BodyLength" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CacheControl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Status__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PS_Enquiry_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="StreamingChannel">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDynamic" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="StreamingChannelShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:StreamingChannel"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Sub_Activity_Values__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Activity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Activity__r" nillable="true" minOccurs="0" type="ens:Activity__c"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Case__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Case__r" nillable="true" minOccurs="0" type="ens:Case"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Comments__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Room__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Room__r" nillable="true" minOccurs="0" type="ens:Rooms__c"/>
                    <element name="Rooms__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sub_Activity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Sub_Activity__r" nillable="true" minOccurs="0" type="ens:Sub_Activity__c"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Sub_Activity__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Activity__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Activity__r" nillable="true" minOccurs="0" type="ens:Activity__c"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sub_Activity_Values__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Task">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Activity_Created_Date_Time__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Activity_Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Activity_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Alternate_Contact_Number__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CRC_Activity_type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDisposition" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallDurationInSeconds" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CallObject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CallType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Call_ID__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Caller_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Caller_Phone__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Calller_Email__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedThroughLead__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsArchived" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHighPriority" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRecurrence" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReminderSet" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Priority" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Assignment_Rule_Applied__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Date_for_WorkFlow__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Due_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PropStrength__Escalation_ActionId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__Escalation_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Escalation_Level__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PropStrength__IsEscalated__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RecurrenceActivityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RecurrenceDayOfMonth" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceDayOfWeekMask" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceEndDateOnly" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecurrenceInstance" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceInterval" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="RecurrenceMonthOfYear" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceRegeneratedType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceStartDateOnly" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="RecurrenceTimeZoneSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurrenceType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecurringTasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ReminderDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Reminder_Date_Time__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Solution__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Subject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskField__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="TaskOwner__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TaskSubtype" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Vetrica__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="What" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhatId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Who" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="WhoId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TaskFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Task"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TaskPriority">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsHighPriority" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TaskRecurrenceException">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityDateOriginal" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeletion" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RecurrenceTaskId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TaskId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TaskStatus">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApiName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsClosed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TenantUsageEntitlement">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AmountUsed" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrentAmountAllowed" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="EndDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Frequency" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HasRollover" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPersistentResource" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OverageGrace" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ResourceGroupKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Setting" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StartDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UsageDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TestSuiteMembership">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApexClass" nillable="true" minOccurs="0" type="ens:ApexClass"/>
                    <element name="ApexClassId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ApexTestSuite" nillable="true" minOccurs="0" type="ens:ApexTestSuite"/>
                    <element name="ApexTestSuiteId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="ThirdPartyAccountLink">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Handle" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsNotSsoUsable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Provider" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RemoteIdentifier" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SsoProvider" nillable="true" minOccurs="0" type="ens:AuthProvider"/>
                    <element name="SsoProviderId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SsoProviderName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ThirdPartyAccountLinkKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TodayGoal">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:double"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TodayGoalShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:TodayGoal"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Topic">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CustomBrands" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TalkingAbout" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TopicAssignment">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Entity" nillable="true" minOccurs="0" type="ens:Contract"/>
                    <element name="EntityId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="EntityKeyPrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Topic" nillable="true" minOccurs="0" type="ens:Topic"/>
                    <element name="TopicId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TopicFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Topic"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="TotCampaignRec__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DetailReportBatchJobId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DetailReportTotalCount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SummaryReportBatchJobId__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SummaryReportTotalCount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Tower_Related_Charges__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Tower_Related_Charges__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Tower_Related_Charges__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Amount__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Booked_Values__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Condition_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Exclude_From_Other_Charges__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OC_SAP_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Other_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Tower__r" nillable="true" minOccurs="0" type="ens:Tower__c"/>
                    <element name="Unit__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Tower__Share">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Tower__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Tower__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Car_Park_Condition__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Chargeable_Carpark__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Distribution_channel__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Phase__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Phase__r" nillable="true" minOccurs="0" type="ens:Phase__c"/>
                    <element name="Plant_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Properties__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SAP_UserID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Person_EmailID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Related_Charges__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="Wing__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UndecidedEventRelation">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Event" nillable="true" minOccurs="0" type="ens:Event"/>
                    <element name="EventId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Relation" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="RelationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RespondedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Response" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="User">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AboutMe" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AcceptedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Account" nillable="true" minOccurs="0" type="ens:Account"/>
                    <element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ActivityHistoryTracking__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Address" nillable="true" minOccurs="0" type="tns:address"/>
                    <element name="Alias" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assigned_Call_Center_Agent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Assigned_User__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="BadgeText" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="BannerPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CC_User_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="CallCenterId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Cases__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Checker_User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Checker_User__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="City" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CommunityNickname" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CompanyName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Contact" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContractsSigned" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Country" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeclinedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="DefaultCurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DefaultGroupNotificationFrequency" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DelegatedApproverId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="DelegatedUsers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Department" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DigestFrequency" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Division" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Email" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailEncodingKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EmailMessageRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EmailPreferencesAutoBcc" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="EmailPreferencesAutoBccStayInTouch" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="EmailPreferencesStayInTouchReminder" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="EmployeeNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="EventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Extension" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalDataUserAuths" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="External_User__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Fax" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FederationIdentifier" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FeedSubscriptions" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Feeds" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ForecastEnabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Freeze_Status__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="FullPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GeocodeAccuracy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="GroupMembershipRequests" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="GroupMemberships" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InstalledMobileApps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsProfilePhotoActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsResetPassword__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Is_Group_Member_of_External_Agency__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LanguageLocaleKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastLoginDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastPasswordChangeDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Latitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Lead_Escalation_Bussiness_Rules1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Lead_Escalation_Bussiness_Rules__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Leads1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Leads2__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Leads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="LocaleSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Longitude" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="ManagedUsers" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Manager" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="ManagerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="MediumBannerPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MediumPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobilePhone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Offers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OfflinePdaTrialExpirationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="OfflineTrialExpirationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Opportunities1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities2__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Opportunities__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OwnedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PermissionSetAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PermissionSetLicenseAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PreCampaigns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profile" nillable="true" minOccurs="0" type="ens:Profile"/>
                    <element name="ProfileId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project_Expenses_Incurred__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Tasks_Assigned__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Times_Incurred__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assignment_Group_Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="PropStrength__Assignment_Groups__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Assignment_Rule_entries__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Checklists__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Escalation_Actions1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Escalation_Actions__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Group_Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Members__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Payments__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Price_Masters__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Property_Browser_Settings__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="PropStrength__Work_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ReceivesAdminInfoEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ReceivesInfoEmails" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Region__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Regional_Head__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Regional_Head__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="Sales_Group__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_Office__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sales_User_Check__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SenderEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SenderName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Service_Requests1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Service_Requests__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Shares" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Signature" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Site_Campaign_Details__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SmallBannerPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SmallPhotoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StayInTouchNote" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StayInTouchSignature" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="StayInTouchSubject" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Street" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TimeZoneSidKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UndecidedEventRelations" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserEntityAccessRights" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserFieldAccessRights" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserPermissionsAvantgoUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsCallCenterAutoLogin" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsChatterAnswersUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsInteractionUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsMarketingUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsMobileUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsOfflineUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsSFContentUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPermissionsSupportUser" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferences" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserPreferencesActivityRemindersPopup" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesApexPagesDeveloperMode" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesCacheDiagnostics" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesContentEmailAsAndWhen" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesContentNoEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesCreateLEXAppsWTShown" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisCommentAfterLikeEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisMentionsCommentEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisProfPostCommentEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableAllFeedsEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableBookmarkEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableChangeCommentEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableEndorsementEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableFileShareNotificationsForApi" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableFollowersEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableLaterCommentEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableLikeEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableMentionsPostEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableMessageEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableProfilePostEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesDisableSharePostEmail" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesEnableAutoSubForFeeds" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesEventRemindersCheckboxDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesGlobalNavBarWTShown" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesGlobalNavGridMenuWTShown" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideBiggerPhotoCallout" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideCSNDesktopTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideCSNGetChatterMobileTask" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideChatterOnboardingSplash" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideEndUserOnboardingAssistantModal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideLightningMigrationModal" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideS1BrowserUI" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideSecondChatterOnboardingSplash" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesHideSfxWelcomeMat" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesLightningExperiencePreferred" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesPathAssistantCollapsed" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesPreviewLightning" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesReminderSoundOff" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowCityToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowCityToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowCountryToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowCountryToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowEmailToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowEmailToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowFaxToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowFaxToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowManagerToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowManagerToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowMobilePhoneToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowMobilePhoneToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowPostalCodeToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowPostalCodeToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowProfilePicToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowStateToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowStateToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowStreetAddressToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowStreetAddressToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowTitleToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowTitleToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowWorkPhoneToExternalUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesShowWorkPhoneToGuestUsers" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesSortFeedByComment" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserPreferencesTaskRemindersCheckboxDefault" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="UserRole" nillable="true" minOccurs="0" type="ens:UserRole"/>
                    <element name="UserRoleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserSites" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Username" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Users__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Agents__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Inbound_Notifications__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Vertical__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserAppInfo">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FormFactor" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserAppMenuCustomization">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Application" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ApplicationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserAppMenuCustomizationShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:UserAppMenuCustomization"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserAppMenuItem">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AppMenuItemId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ApplicationId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IconUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="InfoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsUsingAdminAuthorization" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsVisible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Label" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LogoUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MobileStartUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="StartUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserSortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserEntityAccess">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityDefinition" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="EntityDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsActivateable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCreatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsDeletable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsEditable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsFlsUpdatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsMergeable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsReadable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsUndeletable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsUpdatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserFeed">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Body" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CommentCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="FeedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedComments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedLikes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedTrackedChanges" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="InsertedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="InsertedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsRichText" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LikeCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="LinkUrl" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RelatedRecordId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Title" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserFieldAccess">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="DurableId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EntityDefinition" nillable="true" minOccurs="0" type="ens:EntityDefinition"/>
                    <element name="EntityDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="FieldDefinition" nillable="true" minOccurs="0" type="ens:FieldDefinition"/>
                    <element name="FieldDefinitionId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsAccessible" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsCreatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsUpdatable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserLicense">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="LicenseDefinitionKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MonthlyLoginsEntitlement" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="MonthlyLoginsUsed" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="userlicenses" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserListView">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedChart" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ListView" nillable="true" minOccurs="0" type="ens:ListView"/>
                    <element name="ListViewId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserListViewCriterion">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ColumnName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Operation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SortOrder" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserListView" nillable="true" minOccurs="0" type="ens:UserListView"/>
                    <element name="UserListViewId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserLogin">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="IsFrozen" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsPasswordLocked" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserPackageLicense">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="PackageLicense" nillable="true" minOccurs="0" type="ens:PackageLicense"/>
                    <element name="PackageLicenseId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserPreference">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Preference" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Value" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserProvAccount">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ConnectedApp" nillable="true" minOccurs="0" type="ens:ConnectedApplication"/>
                    <element name="ConnectedAppId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeletedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalFirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalLastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUserId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUsername" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsKnownLink" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LinkState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SalesforceUser" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="SalesforceUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserProvAccountStaging">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ConnectedApp" nillable="true" minOccurs="0" type="ens:ConnectedApplication"/>
                    <element name="ConnectedAppId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalFirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalLastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUserId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUsername" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LinkState" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SalesforceUser" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="SalesforceUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserProvMockTarget">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalEmail" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalFirstName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalLastName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUserId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUsername" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserProvisioningConfig">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ApprovalRequired" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ConnectedApp" nillable="true" minOccurs="0" type="ens:ConnectedApplication"/>
                    <element name="ConnectedAppId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Enabled" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="EnabledOperations" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Language" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReconDateTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamedCredential" nillable="true" minOccurs="0" type="ens:NamedCredential"/>
                    <element name="NamedCredentialId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OnUpdateAttributes" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ReconFilter" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserAccountMapping" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserProvisioningLog">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Details" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUserId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ExternalUsername" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserProvisioningRequest" nillable="true" minOccurs="0" type="ens:UserProvisioningRequest"/>
                    <element name="UserProvisioningRequestId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserProvisioningRequest">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AppName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ApprovalStatus" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ConnectedApp" nillable="true" minOccurs="0" type="ens:ConnectedApplication"/>
                    <element name="ConnectedAppId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="ExternalUserId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Manager" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="ManagerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Operation" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:UserProvisioningRequest"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RetryCount" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="SalesforceUser" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="SalesforceUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ScheduleDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="State" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="UserProvAccount" nillable="true" minOccurs="0" type="ens:UserProvAccount"/>
                    <element name="UserProvAccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserProvConfig" nillable="true" minOccurs="0" type="ens:UserProvisioningConfig"/>
                    <element name="UserProvConfigId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserProvisioningRequestShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:UserProvisioningRequest"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserRecordAccess">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="HasAllAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasDeleteAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasEditAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasReadAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasTransferAccess" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="MaxAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RecordId" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserRole">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CaseAccessForAccountOwner" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContactAccessForAccountOwner" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DeveloperName" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ForecastUserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="MayForecastManagerShare" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpportunityAccessForAccountOwner" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ParentRoleId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PortalAccountId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PortalAccountOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PortalType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RollupDescription" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Users" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="UserShare">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="IsActive" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="UserOrGroup" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VAT_Master__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VAT_Master__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VAT_Master__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Advertisement_Cost__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Advertisement__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Advertisement__r" nillable="true" minOccurs="0" type="ens:VCC1__Advertisement__c"/>
                    <element name="VCC1__Entity__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Price__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Quantity__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Total_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Advertisement__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Advertisement__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Advertisement__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Ad_18_Digit_ID__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Ads_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Ads_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Advertisement_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Advertisement_Codes__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Budget_Utilization_Till_Date__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Cost_per_enquiry__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Department__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Effective_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry_Assign_To_Sales__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Estimated_Lead_Count__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Marketing_Channel__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Marketing_Channel__r" nillable="true" minOccurs="0" type="ens:Master_Advertisement__c"/>
                    <element name="Media_Sub_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Media_Sub_Types1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Media_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Page_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Parent_Advertisement__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Parent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Position_of_Advertisment__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Project_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Pha__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Phase__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Targeting_City__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Total_Enq__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Closed_value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Created__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_Offer_Value__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="Total_no_Of_site_visit_Enquiry__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Actual_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Actual_Revenue__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Advertisement_Goal__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Advertisements_Cost__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Advertisements__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Budgeted_Cost__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Channels__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Contact_Advertisements__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="VCC1__Expected_Response__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Expected_Revenue__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Number_Advertisements__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Parent_Advertisement__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Parent_Advertisement__r" nillable="true" minOccurs="0" type="ens:VCC1__Advertisement__c"/>
                    <element name="VCC1__Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Vcc_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Vendor_Name__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Vendor_Name__r" nillable="true" minOccurs="0" type="ens:VCC_Vendor_Name__c"/>
                    <element name="Vendor__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="project_Phase1__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Agent_Group_Members__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Agent_Group_Members__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Agent_Group_Members__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Agent_Group__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Agent_Group__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent_Group__c"/>
                    <element name="VCC1__Agent__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Agent__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent__c"/>
                    <element name="VCC1__Last_Call_Assigned__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Sort_Order__c" nillable="true" minOccurs="0" type="xsd:double"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Agent_Group__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Agent_Group__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Agent_Group__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Agent__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Call_Center_Numbers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Agent_Group_Agents__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Number_Agent_Groups__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Agent__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Agent__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Agent__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Agent_Group_Agents__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Call_Records1__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Call_Records__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Contacts__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Phone_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__User__r" nillable="true" minOccurs="0" type="ens:User"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Archive__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Archive__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Archive__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="VCC1__No_of_Archive_Records__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Start_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Blocked_Number__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Blocked_Number__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Blocked_Number__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Call_Center_Numbers__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Call_Center_Numbers__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Call_Center_Numbers__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AdsStart_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Ads_End_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Agent_Group__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Agent_Group__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent_Group__c"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tagged_ADS__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Call_Records__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Number_Advertisements__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="VCC1__Number_Agent_Groups__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Call_Center_PermissionSet__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Follow_Call_To_Assigned_Agent_Rule__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Call_Record__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Call_Record__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Call_Record__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Enquiry__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Outbound_call_date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Agent_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Agent_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Agent__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Agent__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent__c"/>
                    <element name="VCC1__Assign_To_Agent__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Assign_To_Agent__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent__c"/>
                    <element name="VCC1__Assigned__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Assignment_Date__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="VCC1__Attachment_URL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Call_Center_Number__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Call_Center_Number__r" nillable="true" minOccurs="0" type="ens:VCC1__Call_Center_Numbers__c"/>
                    <element name="VCC1__Call_Duration_in_Seconds__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="VCC1__Call_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Contact_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                    <element name="VCC1__Create_Audio_URL__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Recording_URL__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Recording__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Selected_IVR__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Contact_Advertisement__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Contact_Advertisement__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Contact_Advertisement__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Advertisement__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Advertisement__r" nillable="true" minOccurs="0" type="ens:VCC1__Advertisement__c"/>
                    <element name="VCC1__Contact__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Contact__r" nillable="true" minOccurs="0" type="ens:Contact"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Inbound_Notification__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Inbound_Notification__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Inbound_Notification__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Agent_User__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Agent_User__r" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="VCC1__Calling_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Dialed_Number__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Record_Id__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Number_Advertisement__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Number_Advertisement__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Number_Advertisement__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Advertisement__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Advertisement__r" nillable="true" minOccurs="0" type="ens:VCC1__Advertisement__c"/>
                    <element name="VCC1__Call_Center_Number__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Call_Center_Number__r" nillable="true" minOccurs="0" type="ens:VCC1__Call_Center_Numbers__c"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Number_Agent_Group__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC1__Number_Agent_Group__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Number_Agent_Group__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Active__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="VCC1__Agent_Group__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Agent_Group__r" nillable="true" minOccurs="0" type="ens:VCC1__Agent_Group__c"/>
                    <element name="VCC1__Call_Center_Number__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VCC1__Call_Center_Number__r" nillable="true" minOccurs="0" type="ens:VCC1__Call_Center_Numbers__c"/>
                    <element name="VCC1__IVR__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC1__Outbound_URL_Settings__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="VCC1__Param__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VCC1__Value__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC_Vendor_Name__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:VCC_Vendor_Name__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VCC_Vendor_Name__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Ads__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Marketing_Channels__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Validation_Control__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Account__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Opportunity_Line_Item__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Opportunity__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SetupOwner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="SetupOwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Vendor__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Campaigns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="PreCampaigns__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="VerificationHistory">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="Activity" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="EventGroup" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LoginGeo" nillable="true" minOccurs="0" type="ens:LoginGeo"/>
                    <element name="LoginGeoId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LoginHistory" nillable="true" minOccurs="0" type="ens:LoginHistory"/>
                    <element name="LoginHistoryId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Policy" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Remarks" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Resource" nillable="true" minOccurs="0" type="ens:ConnectedApplication"/>
                    <element name="ResourceId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SourceIp" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Status" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="User" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="VerificationMethod" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="VerificationTime" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Vote">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="WebLink">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DisplayType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="EncodingKey" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="HasMenubar" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasScrollbars" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="HasToolbar" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="Height" nillable="true" minOccurs="0" type="xsd:int"/>
                    <element name="IsProtected" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="IsResizable" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LinkType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="MasterLabel" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="NamespacePrefix" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="OpenType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="PageOrSobjectType" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Position" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="RequireRowSelection" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ScontrolId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ShowsLocation" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="ShowsStatus" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Url" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Width" nillable="true" minOccurs="0" type="xsd:int"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Work_Breakdown_Structure__History">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Field" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>
                    <element name="Parent" nillable="true" minOccurs="0" type="ens:Work_Breakdown_Structure__c"/>
                    <element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="Work_Breakdown_Structure__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Common_Plant__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Company_Code__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="From_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="Histories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Option__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Payment_Line_Items__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Plant__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Profit_Center__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Project__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Project__r" nillable="true" minOccurs="0" type="ens:PropStrength__Projects__c"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Sales_Organization__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Sign__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="To_Date__c" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Tower_Level__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="Tower_Level__r" nillable="true" minOccurs="0" type="ens:PropStrength__Tower__c"/>
                    <element name="Towers__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="WBS_Element_Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="cron__Batch_Job__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="ActivityHistories" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Events" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastActivityDate" nillable="true" minOccurs="0" type="xsd:date"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastReferencedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LastViewedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="OpenActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordType" nillable="true" minOccurs="0" type="ens:RecordType"/>
                    <element name="RecordTypeId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="Tasks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="cron__Batch_Job_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Batch_Runs__r" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="cron__Completed_Runs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="cron__Description__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Field_for_Age_Cutoff__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Number_of_Days__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="cron__Record_Matching_String__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Record_Name_Filter__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Records_To_Clean__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Run_Every_Units__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Run_Every__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="cron__Task_Status_Filter__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Unfinished_Runs__c" nillable="true" minOccurs="0" type="xsd:double"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="cron__Batch_Run__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="cron__Batch_Job_Name__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Batch_Job_Type__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Batch_Job__c" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="cron__Batch_Job__r" nillable="true" minOccurs="0" type="ens:cron__Batch_Job__c"/>
                    <element name="cron__Completed__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="cron__Result__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Results__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Run_Every_Units__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Run_Every__c" nillable="true" minOccurs="0" type="xsd:double"/>
                    <element name="cron__Schedule_Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Scheduled_To_Run__c" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="cron__Status__c" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="cron__Trigger_Batch_Run__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="cron__Trigger_Scheduler_1__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="cron__Trigger_Scheduler_2__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
    <complexType name="cron__CronKit_Config__c">
        <complexContent>
            <extension base="ens:sObject">
                <sequence>
                    <element name="AttachedContentDocuments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Attachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CombinedAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ContentDocumentLinks" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="CreatedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="DuplicateRecordItems" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Emails" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="FeedSubscriptionsForEntity" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="IsDeleted" nillable="true" minOccurs="0" type="xsd:boolean"/>
                    <element name="LastModifiedBy" nillable="true" minOccurs="0" type="ens:User"/>
                    <element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="LookedUpFromActivities" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
                    <element name="Notes" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="NotesAndAttachments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="Owner" nillable="true" minOccurs="0" type="ens:Name"/>
                    <element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
                    <element name="ProcessInstances" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="ProcessSteps" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="RecordAssociatedGroups" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    <element name="TopicAssignments" nillable="true" minOccurs="0" type="tns:QueryResult"/>
                    <element name="UserRecordAccess" nillable="true" minOccurs="0" type="ens:UserRecordAccess"/>
                    <element name="cron__Enable_CronKit_Batch_Trigger__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
                </sequence>
            </extension>
        </complexContent>
    </complexType>
</schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:enterprise.soap.sforce.com">
<import namespace="urn:sobject.enterprise.soap.sforce.com"/>
<!--  Our simple ID Type  -->
<simpleType name="ID">
    <restriction base="xsd:string">
        <length value="18"/>
        <pattern value="[a-zA-Z0-9]{18}"/>
    </restriction>
</simpleType>
<!--  Compound datatype: Address  -->
<complexType name="address">
    <complexContent>
        <extension base="tns:location">
            <sequence>
                <element name="city" type="xsd:string" nillable="true"/>
                <element name="country" type="xsd:string" nillable="true"/>
                <element name="countryCode" type="xsd:string" nillable="true"/>
                <element name="geocodeAccuracy" type="xsd:string" nillable="true"/>
                <element name="postalCode" type="xsd:string" nillable="true"/>
                <element name="state" type="xsd:string" nillable="true"/>
                <element name="stateCode" type="xsd:string" nillable="true"/>
                <element name="street" type="xsd:string" nillable="true"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<!--  Compound datatype: Location  -->
<complexType name="location">
    <sequence>
        <element name="latitude" type="xsd:double" nillable="true"/>
        <element name="longitude" type="xsd:double" nillable="true"/>
    </sequence>
</complexType>
<simpleType name="QueryLocator">
    <restriction base="xsd:string"/>
</simpleType>
<!--  Shared Result Types  -->
<complexType name="QueryResult">
    <sequence>
        <element name="done" type="xsd:boolean"/>
        <element name="queryLocator" type="tns:QueryLocator" nillable="true"/>
        <element name="records" type="ens:sObject" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="size" type="xsd:int"/>
    </sequence>
</complexType>
<!--  Search Result  -->
<complexType name="SearchResult">
    <sequence>
        <element name="queryId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
        <element name="searchRecords" minOccurs="0" maxOccurs="unbounded" type="tns:SearchRecord"/>
        <element name="searchResultsMetadata" type="tns:SearchResultsMetadata" nillable="true" minOccurs="0" maxOccurs="1"/>
    </sequence>
</complexType>
<complexType name="SearchRecord">
    <sequence>
        <element name="record" type="ens:sObject"/>
        <element name="snippet" nillable="true" minOccurs="0" maxOccurs="1" type="tns:SearchSnippet"/>
    </sequence>
</complexType>
<complexType name="SearchSnippet">
    <sequence>
        <element name="text" nillable="true" minOccurs="0" maxOccurs="1" type="xsd:string"/>
        <element name="wholeFields" minOccurs="0" maxOccurs="unbounded" type="tns:NameValuePair"/>
    </sequence>
</complexType>
<complexType name="SearchResultsMetadata">
    <sequence>
        <element name="entityLabelMetadata" nillable="false" minOccurs="0" maxOccurs="unbounded" type="tns:LabelsSearchMetadata"/>
    </sequence>
</complexType>
<complexType name="LabelsSearchMetadata">
    <sequence>
        <element name="entityFieldLabels" nillable="false" minOccurs="0" maxOccurs="unbounded" type="tns:NameValuePair"/>
        <element name="entityName" nillable="false" minOccurs="1" maxOccurs="1" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="RelationshipReferenceTo">
    <sequence>
        <element name="referenceTo" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="RecordTypesSupported">
    <sequence>
        <element name="recordTypeInfos" minOccurs="0" maxOccurs="unbounded" type="tns:RecordTypeInfo"/>
    </sequence>
</complexType>
<complexType name="JunctionIdListNames">
    <sequence>
        <element name="names" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="SearchLayoutButtonsDisplayed">
    <sequence>
        <element name="applicable" type="xsd:boolean"/>
        <element name="buttons" minOccurs="0" maxOccurs="unbounded" type="tns:SearchLayoutButton"/>
    </sequence>
</complexType>
<complexType name="SearchLayoutButton">
    <sequence>
        <element name="apiName" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="SearchLayoutFieldsDisplayed">
    <sequence>
        <element name="applicable" type="xsd:boolean"/>
        <element name="fields" minOccurs="0" maxOccurs="unbounded" type="tns:SearchLayoutField"/>
    </sequence>
</complexType>
<complexType name="SearchLayoutField">
    <sequence>
        <element name="apiName" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
        <element name="sortable" type="xsd:boolean"/>
    </sequence>
</complexType>
<!--  Common name-value pair  -->
<complexType name="NameValuePair">
    <sequence>
        <element name="name" type="xsd:string"/>
        <element name="value" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="NameObjectValuePair">
    <sequence>
        <element name="name" type="xsd:string"/>
        <element name="value" type="xsd:anyType" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<!--  GetUpdated Result  -->
<complexType name="GetUpdatedResult">
    <sequence>
        <element name="ids" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
        <element name="latestDateCovered" type="xsd:dateTime"/>
    </sequence>
</complexType>
<!--  GetDeleted Result  -->
<complexType name="GetDeletedResult">
    <sequence>
        <element name="deletedRecords" minOccurs="0" maxOccurs="unbounded" type="tns:DeletedRecord"/>
        <element name="earliestDateAvailable" type="xsd:dateTime"/>
        <element name="latestDateCovered" type="xsd:dateTime"/>
    </sequence>
</complexType>
<complexType name="DeletedRecord">
    <sequence>
        <element name="deletedDate" type="xsd:dateTime"/>
        <element name="id" type="tns:ID"/>
    </sequence>
</complexType>
<complexType name="GetServerTimestampResult">
    <sequence>
        <element name="timestamp" type="xsd:dateTime"/>
    </sequence>
</complexType>
<!--  InvalidateSessions Result  -->
<complexType name="InvalidateSessionsResult">
    <sequence>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="SetPasswordResult"/>
<complexType name="ResetPasswordResult">
    <sequence>
        <element name="password" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="GetUserInfoResult">
    <sequence>
        <element name="accessibilityMode" type="xsd:boolean"/>
        <element name="currencySymbol" type="xsd:string" nillable="true"/>
        <element name="orgAttachmentFileSizeLimit" type="xsd:int"/>
        <element name="orgDefaultCurrencyIsoCode" type="xsd:string" nillable="true"/>
        <element name="orgDefaultCurrencyLocale" type="xsd:string" nillable="true"/>
        <element name="orgDisallowHtmlAttachments" type="xsd:boolean"/>
        <element name="orgHasPersonAccounts" type="xsd:boolean"/>
        <element name="organizationId" type="tns:ID"/>
        <element name="organizationMultiCurrency" type="xsd:boolean"/>
        <element name="organizationName" type="xsd:string"/>
        <element name="profileId" type="tns:ID"/>
        <element name="roleId" type="tns:ID" nillable="true"/>
        <element name="sessionSecondsValid" type="xsd:int"/>
        <element name="userDefaultCurrencyIsoCode" type="xsd:string" nillable="true"/>
        <element name="userEmail" type="xsd:string"/>
        <element name="userFullName" type="xsd:string"/>
        <element name="userId" type="tns:ID"/>
        <element name="userLanguage" type="xsd:string"/>
        <element name="userLocale" type="xsd:string"/>
        <element name="userName" type="xsd:string"/>
        <element name="userTimeZone" type="xsd:string"/>
        <element name="userType" type="xsd:string"/>
        <element name="userUiSkin" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="LoginResult">
    <sequence>
        <element name="metadataServerUrl" type="xsd:string" nillable="true"/>
        <element name="passwordExpired" type="xsd:boolean"/>
        <element name="sandbox" type="xsd:boolean"/>
        <element name="serverUrl" type="xsd:string" nillable="true"/>
        <element name="sessionId" type="xsd:string" nillable="true"/>
        <element name="userId" type="tns:ID" nillable="true"/>
        <element name="userInfo" type="tns:GetUserInfoResult" minOccurs="0"/>
    </sequence>
</complexType>
<simpleType name="StatusCode">
    <restriction base="xsd:string">
        <enumeration value="ALL_OR_NONE_OPERATION_ROLLED_BACK"/>
        <enumeration value="ALREADY_IN_PROCESS"/>
        <enumeration value="APEX_DATA_ACCESS_RESTRICTION"/>
        <enumeration value="ASSIGNEE_TYPE_REQUIRED"/>
        <enumeration value="AURA_COMPILE_ERROR"/>
        <enumeration value="BAD_CUSTOM_ENTITY_PARENT_DOMAIN"/>
        <enumeration value="BCC_NOT_ALLOWED_IF_BCC_COMPLIANCE_ENABLED"/>
        <enumeration value="CANNOT_CASCADE_PRODUCT_ACTIVE"/>
        <enumeration value="CANNOT_CHANGE_FIELD_TYPE_OF_APEX_REFERENCED_FIELD"/>
        <enumeration value="CANNOT_CHANGE_FIELD_TYPE_OF_REFERENCED_FIELD"/>
        <enumeration value="CANNOT_CREATE_ANOTHER_MANAGED_PACKAGE"/>
        <enumeration value="CANNOT_DEACTIVATE_DIVISION"/>
        <enumeration value="CANNOT_DELETE_GLOBAL_ACTION_LIST"/>
        <enumeration value="CANNOT_DELETE_LAST_DATED_CONVERSION_RATE"/>
        <enumeration value="CANNOT_DELETE_MANAGED_OBJECT"/>
        <enumeration value="CANNOT_DISABLE_LAST_ADMIN"/>
        <enumeration value="CANNOT_ENABLE_IP_RESTRICT_REQUESTS"/>
        <enumeration value="CANNOT_EXECUTE_FLOW_TRIGGER"/>
        <enumeration value="CANNOT_FREEZE_SELF"/>
        <enumeration value="CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY"/>
        <enumeration value="CANNOT_MODIFY_MANAGED_OBJECT"/>
        <enumeration value="CANNOT_PASSWORD_LOCKOUT"/>
        <enumeration value="CANNOT_POST_TO_ARCHIVED_GROUP"/>
        <enumeration value="CANNOT_RENAME_APEX_REFERENCED_FIELD"/>
        <enumeration value="CANNOT_RENAME_APEX_REFERENCED_OBJECT"/>
        <enumeration value="CANNOT_RENAME_REFERENCED_FIELD"/>
        <enumeration value="CANNOT_RENAME_REFERENCED_OBJECT"/>
        <enumeration value="CANNOT_REPARENT_RECORD"/>
        <enumeration value="CANNOT_UPDATE_CONVERTED_LEAD"/>
        <enumeration value="CANT_DISABLE_CORP_CURRENCY"/>
        <enumeration value="CANT_UNSET_CORP_CURRENCY"/>
        <enumeration value="CHILD_SHARE_FAILS_PARENT"/>
        <enumeration value="CIRCULAR_DEPENDENCY"/>
        <enumeration value="CLEAN_SERVICE_ERROR"/>
        <enumeration value="COLLISION_DETECTED"/>
        <enumeration value="COMMUNITY_NOT_ACCESSIBLE"/>
        <enumeration value="CONFLICTING_ENVIRONMENT_HUB_MEMBER"/>
        <enumeration value="CONFLICTING_SSO_USER_MAPPING"/>
        <enumeration value="CUSTOM_APEX_ERROR"/>
        <enumeration value="CUSTOM_CLOB_FIELD_LIMIT_EXCEEDED"/>
        <enumeration value="CUSTOM_ENTITY_OR_FIELD_LIMIT"/>
        <enumeration value="CUSTOM_FIELD_INDEX_LIMIT_EXCEEDED"/>
        <enumeration value="CUSTOM_INDEX_EXISTS"/>
        <enumeration value="CUSTOM_LINK_LIMIT_EXCEEDED"/>
        <enumeration value="CUSTOM_METADATA_LIMIT_EXCEEDED"/>
        <enumeration value="CUSTOM_SETTINGS_LIMIT_EXCEEDED"/>
        <enumeration value="CUSTOM_TAB_LIMIT_EXCEEDED"/>
        <enumeration value="DATACLOUDADDRESS_NO_RECORDS_FOUND"/>
        <enumeration value="DATACLOUDADDRESS_PROCESSING_ERROR"/>
        <enumeration value="DATACLOUDADDRESS_SERVER_ERROR"/>
        <enumeration value="DELETE_FAILED"/>
        <enumeration value="DELETE_OPERATION_TOO_LARGE"/>
        <enumeration value="DELETE_REQUIRED_ON_CASCADE"/>
        <enumeration value="DEPENDENCY_EXISTS"/>
        <enumeration value="DUPLICATES_DETECTED"/>
        <enumeration value="DUPLICATE_CASE_SOLUTION"/>
        <enumeration value="DUPLICATE_COMM_NICKNAME"/>
        <enumeration value="DUPLICATE_CUSTOM_ENTITY_DEFINITION"/>
        <enumeration value="DUPLICATE_CUSTOM_TAB_MOTIF"/>
        <enumeration value="DUPLICATE_DEVELOPER_NAME"/>
        <enumeration value="DUPLICATE_EXTERNAL_ID"/>
        <enumeration value="DUPLICATE_MASTER_LABEL"/>
        <enumeration value="DUPLICATE_SENDER_DISPLAY_NAME"/>
        <enumeration value="DUPLICATE_USERNAME"/>
        <enumeration value="DUPLICATE_VALUE"/>
        <enumeration value="EMAIL_ADDRESS_BOUNCED"/>
        <enumeration value="EMAIL_EXTERNAL_TRANSPORT_CONNECTION_ERROR"/>
        <enumeration value="EMAIL_EXTERNAL_TRANSPORT_TOKEN_ERROR"/>
        <enumeration value="EMAIL_EXTERNAL_TRANSPORT_TOO_MANY_REQUESTS_ERROR"/>
        <enumeration value="EMAIL_EXTERNAL_TRANSPORT_UNKNOWN_ERROR"/>
        <enumeration value="EMAIL_NOT_PROCESSED_DUE_TO_PRIOR_ERROR"/>
        <enumeration value="EMAIL_OPTED_OUT"/>
        <enumeration value="EMAIL_TEMPLATE_FORMULA_ERROR"/>
        <enumeration value="EMAIL_TEMPLATE_MERGEFIELD_ACCESS_ERROR"/>
        <enumeration value="EMAIL_TEMPLATE_MERGEFIELD_ERROR"/>
        <enumeration value="EMAIL_TEMPLATE_MERGEFIELD_VALUE_ERROR"/>
        <enumeration value="EMAIL_TEMPLATE_PROCESSING_ERROR"/>
        <enumeration value="EMPTY_SCONTROL_FILE_NAME"/>
        <enumeration value="ENTITY_FAILED_IFLASTMODIFIED_ON_UPDATE"/>
        <enumeration value="ENTITY_IS_ARCHIVED"/>
        <enumeration value="ENTITY_IS_DELETED"/>
        <enumeration value="ENTITY_IS_LOCKED"/>
        <enumeration value="ENTITY_SAVE_ERROR"/>
        <enumeration value="ENTITY_SAVE_VALIDATION_ERROR"/>
        <enumeration value="ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT"/>
        <enumeration value="ENVIRONMENT_HUB_MEMBERSHIP_ERROR_JOINING_HUB"/>
        <enumeration value="ENVIRONMENT_HUB_MEMBERSHIP_USER_ALREADY_IN_HUB"/>
        <enumeration value="ENVIRONMENT_HUB_MEMBERSHIP_USER_NOT_ORG_ADMIN"/>
        <enumeration value="ERROR_IN_MAILER"/>
        <enumeration value="EXCHANGE_WEB_SERVICES_URL_INVALID"/>
        <enumeration value="FAILED_ACTIVATION"/>
        <enumeration value="FIELD_CUSTOM_VALIDATION_EXCEPTION"/>
        <enumeration value="FIELD_FILTER_VALIDATION_EXCEPTION"/>
        <enumeration value="FIELD_INTEGRITY_EXCEPTION"/>
        <enumeration value="FIELD_KEYWORD_LIST_MATCH_LIMIT"/>
        <enumeration value="FIELD_MAPPING_ERROR"/>
        <enumeration value="FIELD_MODERATION_RULE_BLOCK"/>
        <enumeration value="FIELD_NOT_UPDATABLE"/>
        <enumeration value="FILE_EXTENSION_NOT_ALLOWED"/>
        <enumeration value="FILE_SIZE_LIMIT_EXCEEDED"/>
        <enumeration value="FILTERED_LOOKUP_LIMIT_EXCEEDED"/>
        <enumeration value="FIND_DUPLICATES_ERROR"/>
        <enumeration value="FUNCTIONALITY_NOT_ENABLED"/>
        <enumeration value="HAS_PUBLIC_REFERENCES"/>
        <enumeration value="HTML_FILE_UPLOAD_NOT_ALLOWED"/>
        <enumeration value="IMAGE_TOO_LARGE"/>
        <enumeration value="INACTIVE_OWNER_OR_USER"/>
        <enumeration value="INACTIVE_RULE_ERROR"/>
        <enumeration value="INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE"/>
        <enumeration value="INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY"/>
        <enumeration value="INSUFFICIENT_ACCESS_OR_READONLY"/>
        <enumeration value="INSUFFICIENT_ACCESS_TO_INSIGHTSEXTERNALDATA"/>
        <enumeration value="INSUFFICIENT_CREDITS"/>
        <enumeration value="INVALID_ACCESS_LEVEL"/>
        <enumeration value="INVALID_ARGUMENT_TYPE"/>
        <enumeration value="INVALID_ASSIGNEE_TYPE"/>
        <enumeration value="INVALID_ASSIGNMENT_RULE"/>
        <enumeration value="INVALID_BATCH_OPERATION"/>
        <enumeration value="INVALID_CONTENT_TYPE"/>
        <enumeration value="INVALID_CREDIT_CARD_INFO"/>
        <enumeration value="INVALID_CROSS_REFERENCE_KEY"/>
        <enumeration value="INVALID_CROSS_REFERENCE_TYPE_FOR_FIELD"/>
        <enumeration value="INVALID_CURRENCY_CONV_RATE"/>
        <enumeration value="INVALID_CURRENCY_CORP_RATE"/>
        <enumeration value="INVALID_CURRENCY_ISO"/>
        <enumeration value="INVALID_DATA_CATEGORY_GROUP_REFERENCE"/>
        <enumeration value="INVALID_DATA_URI"/>
        <enumeration value="INVALID_EMAIL_ADDRESS"/>
        <enumeration value="INVALID_EMPTY_KEY_OWNER"/>
        <enumeration value="INVALID_ENTITY_FOR_MATCH_ENGINE_ERROR"/>
        <enumeration value="INVALID_ENTITY_FOR_MATCH_OPERATION_ERROR"/>
        <enumeration value="INVALID_ENTITY_FOR_UPSERT"/>
        <enumeration value="INVALID_ENVIRONMENT_HUB_MEMBER"/>
        <enumeration value="INVALID_EVENT_DELIVERY"/>
        <enumeration value="INVALID_EVENT_SUBSCRIPTION"/>
        <enumeration value="INVALID_FIELD"/>
        <enumeration value="INVALID_FIELD_FOR_INSERT_UPDATE"/>
        <enumeration value="INVALID_FIELD_WHEN_USING_TEMPLATE"/>
        <enumeration value="INVALID_FILTER_ACTION"/>
        <enumeration value="INVALID_GOOGLE_DOCS_URL"/>
        <enumeration value="INVALID_ID_FIELD"/>
        <enumeration value="INVALID_INET_ADDRESS"/>
        <enumeration value="INVALID_INPUT"/>
        <enumeration value="INVALID_LINEITEM_CLONE_STATE"/>
        <enumeration value="INVALID_MARKUP"/>
        <enumeration value="INVALID_MASTER_OR_TRANSLATED_SOLUTION"/>
        <enumeration value="INVALID_MESSAGE_ID_REFERENCE"/>
        <enumeration value="INVALID_NAMESPACE_PREFIX"/>
        <enumeration value="INVALID_OAUTH_URL"/>
        <enumeration value="INVALID_OPERATION"/>
        <enumeration value="INVALID_OPERATOR"/>
        <enumeration value="INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST"/>
        <enumeration value="INVALID_OWNER"/>
        <enumeration value="INVALID_PACKAGE_LICENSE"/>
        <enumeration value="INVALID_PACKAGE_VERSION"/>
        <enumeration value="INVALID_PARTNER_NETWORK_STATUS"/>
        <enumeration value="INVALID_PERSON_ACCOUNT_OPERATION"/>
        <enumeration value="INVALID_QUERY_LOCATOR"/>
        <enumeration value="INVALID_READ_ONLY_USER_DML"/>
        <enumeration value="INVALID_RUNTIME_VALUE"/>
        <enumeration value="INVALID_SAVE_AS_ACTIVITY_FLAG"/>
        <enumeration value="INVALID_SESSION_ID"/>
        <enumeration value="INVALID_SETUP_OWNER"/>
        <enumeration value="INVALID_SIGNUP_COUNTRY"/>
        <enumeration value="INVALID_SIGNUP_OPTION"/>
        <enumeration value="INVALID_SITE_DELETE_EXCEPTION"/>
        <enumeration value="INVALID_SITE_FILE_IMPORTED_EXCEPTION"/>
        <enumeration value="INVALID_SITE_FILE_TYPE_EXCEPTION"/>
        <enumeration value="INVALID_STATUS"/>
        <enumeration value="INVALID_SUBDOMAIN"/>
        <enumeration value="INVALID_TYPE"/>
        <enumeration value="INVALID_TYPE_FOR_OPERATION"/>
        <enumeration value="INVALID_TYPE_ON_FIELD_IN_RECORD"/>
        <enumeration value="INVALID_USERID"/>
        <enumeration value="IP_RANGE_LIMIT_EXCEEDED"/>
        <enumeration value="JIGSAW_IMPORT_LIMIT_EXCEEDED"/>
        <enumeration value="LICENSE_LIMIT_EXCEEDED"/>
        <enumeration value="LIGHT_PORTAL_USER_EXCEPTION"/>
        <enumeration value="LIMIT_EXCEEDED"/>
        <enumeration value="MALFORMED_ID"/>
        <enumeration value="MANAGER_NOT_DEFINED"/>
        <enumeration value="MASSMAIL_RETRY_LIMIT_EXCEEDED"/>
        <enumeration value="MASS_MAIL_LIMIT_EXCEEDED"/>
        <enumeration value="MATCH_DEFINITION_ERROR"/>
        <enumeration value="MATCH_OPERATION_ERROR"/>
        <enumeration value="MATCH_OPERATION_INVALID_ENGINE_ERROR"/>
        <enumeration value="MATCH_OPERATION_INVALID_RULE_ERROR"/>
        <enumeration value="MATCH_OPERATION_MISSING_ENGINE_ERROR"/>
        <enumeration value="MATCH_OPERATION_MISSING_OBJECT_TYPE_ERROR"/>
        <enumeration value="MATCH_OPERATION_MISSING_OPTIONS_ERROR"/>
        <enumeration value="MATCH_OPERATION_MISSING_RULE_ERROR"/>
        <enumeration value="MATCH_OPERATION_UNKNOWN_RULE_ERROR"/>
        <enumeration value="MATCH_OPERATION_UNSUPPORTED_VERSION_ERROR"/>
        <enumeration value="MATCH_PRECONDITION_FAILED"/>
        <enumeration value="MATCH_RUNTIME_ERROR"/>
        <enumeration value="MATCH_SERVICE_ERROR"/>
        <enumeration value="MATCH_SERVICE_TIMED_OUT"/>
        <enumeration value="MATCH_SERVICE_UNAVAILABLE_ERROR"/>
        <enumeration value="MAXIMUM_CCEMAILS_EXCEEDED"/>
        <enumeration value="MAXIMUM_DASHBOARD_COMPONENTS_EXCEEDED"/>
        <enumeration value="MAXIMUM_HIERARCHY_CHILDREN_REACHED"/>
        <enumeration value="MAXIMUM_HIERARCHY_LEVELS_REACHED"/>
        <enumeration value="MAXIMUM_HIERARCHY_TREE_SIZE_REACHED"/>
        <enumeration value="MAXIMUM_SIZE_OF_ATTACHMENT"/>
        <enumeration value="MAXIMUM_SIZE_OF_DOCUMENT"/>
        <enumeration value="MAX_ACTIONS_PER_RULE_EXCEEDED"/>
        <enumeration value="MAX_ACTIVE_RULES_EXCEEDED"/>
        <enumeration value="MAX_APPROVAL_STEPS_EXCEEDED"/>
        <enumeration value="MAX_DEPTH_IN_FLOW_EXECUTION"/>
        <enumeration value="MAX_FORMULAS_PER_RULE_EXCEEDED"/>
        <enumeration value="MAX_RULES_EXCEEDED"/>
        <enumeration value="MAX_RULE_ENTRIES_EXCEEDED"/>
        <enumeration value="MAX_TASK_DESCRIPTION_EXCEEEDED"/>
        <enumeration value="MAX_TM_RULES_EXCEEDED"/>
        <enumeration value="MAX_TM_RULE_ITEMS_EXCEEDED"/>
        <enumeration value="MERGE_FAILED"/>
        <enumeration value="METADATA_FIELD_UPDATE_ERROR"/>
        <enumeration value="MISSING_ARGUMENT"/>
        <enumeration value="MISSING_RECORD"/>
        <enumeration value="MIXED_DML_OPERATION"/>
        <enumeration value="NONUNIQUE_SHIPPING_ADDRESS"/>
        <enumeration value="NO_APPLICABLE_PROCESS"/>
        <enumeration value="NO_ATTACHMENT_PERMISSION"/>
        <enumeration value="NO_INACTIVE_DIVISION_MEMBERS"/>
        <enumeration value="NO_MASS_MAIL_PERMISSION"/>
        <enumeration value="NO_PARTNER_PERMISSION"/>
        <enumeration value="NO_SUCH_USER_EXISTS"/>
        <enumeration value="NUMBER_OUTSIDE_VALID_RANGE"/>
        <enumeration value="NUM_HISTORY_FIELDS_BY_SOBJECT_EXCEEDED"/>
        <enumeration value="OPTED_OUT_OF_MASS_MAIL"/>
        <enumeration value="OP_WITH_INVALID_USER_TYPE_EXCEPTION"/>
        <enumeration value="PACKAGE_LICENSE_REQUIRED"/>
        <enumeration value="PACKAGING_API_INSTALL_FAILED"/>
        <enumeration value="PACKAGING_API_UNINSTALL_FAILED"/>
        <enumeration value="PALI_INVALID_ACTION_ID"/>
        <enumeration value="PALI_INVALID_ACTION_NAME"/>
        <enumeration value="PALI_INVALID_ACTION_TYPE"/>
        <enumeration value="PAL_INVALID_ASSISTANT_RECOMMENDATION_TYPE_ID"/>
        <enumeration value="PAL_INVALID_ENTITY_ID"/>
        <enumeration value="PAL_INVALID_FLEXIPAGE_ID"/>
        <enumeration value="PAL_INVALID_LAYOUT_ID"/>
        <enumeration value="PAL_INVALID_PARAMETERS"/>
        <enumeration value="PA_API_EXCEPTION"/>
        <enumeration value="PA_AXIS_FAULT"/>
        <enumeration value="PA_INVALID_ID_EXCEPTION"/>
        <enumeration value="PA_NO_ACCESS_EXCEPTION"/>
        <enumeration value="PA_NO_DATA_FOUND_EXCEPTION"/>
        <enumeration value="PA_URI_SYNTAX_EXCEPTION"/>
        <enumeration value="PA_VISIBLE_ACTIONS_FILTER_ORDERING_EXCEPTION"/>
        <enumeration value="PORTAL_NO_ACCESS"/>
        <enumeration value="PORTAL_USER_ALREADY_EXISTS_FOR_CONTACT"/>
        <enumeration value="PORTAL_USER_CREATION_RESTRICTED_WITH_ENCRYPTION"/>
        <enumeration value="PRIVATE_CONTACT_ON_ASSET"/>
        <enumeration value="PROCESSING_HALTED"/>
        <enumeration value="QA_INVALID_CREATE_FEED_ITEM"/>
        <enumeration value="QA_INVALID_SUCCESS_MESSAGE"/>
        <enumeration value="QUERY_TIMEOUT"/>
        <enumeration value="QUICK_ACTION_LIST_ITEM_NOT_ALLOWED"/>
        <enumeration value="QUICK_ACTION_LIST_NOT_ALLOWED"/>
        <enumeration value="RECORD_IN_USE_BY_WORKFLOW"/>
        <enumeration value="REL_FIELD_BAD_ACCESSIBILITY"/>
        <enumeration value="REPUTATION_MINIMUM_NUMBER_NOT_REACHED"/>
        <enumeration value="REQUEST_RUNNING_TOO_LONG"/>
        <enumeration value="REQUIRED_FEATURE_MISSING"/>
        <enumeration value="REQUIRED_FIELD_MISSING"/>
        <enumeration value="RETRIEVE_EXCHANGE_ATTACHMENT_FAILED"/>
        <enumeration value="RETRIEVE_EXCHANGE_EMAIL_FAILED"/>
        <enumeration value="RETRIEVE_EXCHANGE_EVENT_FAILED"/>
        <enumeration value="SALESFORCE_INBOX_TRANSPORT_CONNECTION_ERROR"/>
        <enumeration value="SALESFORCE_INBOX_TRANSPORT_TOKEN_ERROR"/>
        <enumeration value="SALESFORCE_INBOX_TRANSPORT_UNKNOWN_ERROR"/>
        <enumeration value="SELF_REFERENCE_FROM_FLOW"/>
        <enumeration value="SELF_REFERENCE_FROM_TRIGGER"/>
        <enumeration value="SHARE_NEEDED_FOR_CHILD_OWNER"/>
        <enumeration value="SINGLE_EMAIL_LIMIT_EXCEEDED"/>
        <enumeration value="SOCIAL_ACCOUNT_NOT_FOUND"/>
        <enumeration value="SOCIAL_ACTION_INVALID"/>
        <enumeration value="SOCIAL_POST_INVALID"/>
        <enumeration value="SOCIAL_POST_NOT_FOUND"/>
        <enumeration value="STANDARD_PRICE_NOT_DEFINED"/>
        <enumeration value="STORAGE_LIMIT_EXCEEDED"/>
        <enumeration value="STRING_TOO_LONG"/>
        <enumeration value="SUBDOMAIN_IN_USE"/>
        <enumeration value="TABSET_LIMIT_EXCEEDED"/>
        <enumeration value="TEMPLATE_NOT_ACTIVE"/>
        <enumeration value="TEMPLATE_NOT_FOUND"/>
        <enumeration value="TERRITORY_REALIGN_IN_PROGRESS"/>
        <enumeration value="TEXT_DATA_OUTSIDE_SUPPORTED_CHARSET"/>
        <enumeration value="TOO_MANY_APEX_REQUESTS"/>
        <enumeration value="TOO_MANY_ENUM_VALUE"/>
        <enumeration value="TOO_MANY_POSSIBLE_USERS_EXIST"/>
        <enumeration value="TRANSFER_REQUIRES_READ"/>
        <enumeration value="UNABLE_TO_LOCK_ROW"/>
        <enumeration value="UNAVAILABLE_RECORDTYPE_EXCEPTION"/>
        <enumeration value="UNAVAILABLE_REF"/>
        <enumeration value="UNDELETE_FAILED"/>
        <enumeration value="UNKNOWN_EXCEPTION"/>
        <enumeration value="UNSAFE_HTML_CONTENT"/>
        <enumeration value="UNSPECIFIED_EMAIL_ADDRESS"/>
        <enumeration value="UNSUPPORTED_APEX_TRIGGER_OPERATON"/>
        <enumeration value="UNVERIFIED_SENDER_ADDRESS"/>
        <enumeration value="USER_OWNS_PORTAL_ACCOUNT_EXCEPTION"/>
        <enumeration value="USER_WITH_APEX_SHARES_EXCEPTION"/>
        <enumeration value="VF_COMPILE_ERROR"/>
        <enumeration value="WEBLINK_SIZE_LIMIT_EXCEEDED"/>
        <enumeration value="WEBLINK_URL_INVALID"/>
        <enumeration value="WRONG_CONTROLLER_TYPE"/>
        <enumeration value="XCLEAN_UNEXPECTED_ERROR"/>
    </restriction>
</simpleType>
<!--
 These are the extension code to provide additional error information 
-->
<simpleType name="ExtendedErrorCode">
    <restriction base="xsd:string"/>
</simpleType>
<complexType name="ExtendedErrorDetails">
    <sequence>
        <element name="extendedErrorCode" type="tns:ExtendedErrorCode"/>
        <any namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
    </sequence>
</complexType>
<complexType name="Error">
    <sequence>
        <element name="extendedErrorDetails" type="tns:ExtendedErrorDetails" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="fields" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="message" type="xsd:string"/>
        <element name="statusCode" type="tns:StatusCode"/>
    </sequence>
</complexType>
<complexType name="SendEmailError">
    <sequence>
        <element name="fields" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="message" type="xsd:string"/>
        <element name="statusCode" type="tns:StatusCode"/>
        <element name="targetObjectId" type="tns:ID" nillable="true"/>
    </sequence>
</complexType>
<complexType name="SaveResult">
    <sequence>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="RenderEmailTemplateError">
    <sequence>
        <element name="fieldName" type="xsd:string"/>
        <element name="message" type="xsd:string"/>
        <element name="offset" type="xsd:int"/>
        <element name="statusCode" type="tns:StatusCode"/>
    </sequence>
</complexType>
<complexType name="UpsertResult">
    <sequence>
        <element name="created" type="xsd:boolean"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="PerformQuickActionResult">
    <sequence>
        <element name="contextId" type="tns:ID" minOccurs="0" nillable="true"/>
        <element name="created" type="xsd:boolean"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="feedItemIds" type="tns:ID" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
        <element name="ids" type="tns:ID" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
        <element name="successMessage" type="xsd:string" minOccurs="0" nillable="true"/>
    </sequence>
</complexType>
<complexType name="QuickActionTemplateResult">
    <sequence>
        <element name="defaultValueFormulas" type="ens:sObject" nillable="true"/>
        <element name="defaultValues" type="ens:sObject" nillable="true"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="MergeRequest">
    <sequence>
        <element name="masterRecord" type="ens:sObject"/>
        <element name="recordToMergeIds" type="tns:ID" minOccurs="1" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="MergeResult">
    <sequence>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID" nillable="true"/>
        <element name="mergedRecordIds" type="tns:ID" minOccurs="0" maxOccurs="unbounded"/>
        <element name="success" type="xsd:boolean"/>
        <element name="updatedRelatedIds" type="tns:ID" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="ProcessRequest">
    <sequence>
        <element name="comments" type="xsd:string" nillable="true"/>
        <element name="nextApproverIds" type="tns:ID" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
    </sequence>
</complexType>
<complexType name="ProcessSubmitRequest">
    <complexContent>
        <extension base="tns:ProcessRequest">
            <sequence>
                <element name="objectId" type="tns:ID"/>
                <element name="submitterId" type="tns:ID" nillable="true"/>
                <element name="processDefinitionNameOrId" type="xsd:string" nillable="true"/>
                <element name="skipEntryCriteria" type="xsd:boolean" nillable="true"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="ProcessWorkitemRequest">
    <complexContent>
        <extension base="tns:ProcessRequest">
            <sequence>
                <element name="action" type="xsd:string"/>
                <element name="workitemId" type="tns:ID"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="PerformQuickActionRequest">
    <sequence>
        <element name="contextId" type="tns:ID" nillable="true"/>
        <element name="quickActionName" type="xsd:string"/>
        <element name="records" type="ens:sObject" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
    </sequence>
</complexType>
<complexType name="DescribeAvailableQuickActionResult">
    <sequence>
        <element name="actionEnumOrId" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="type" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeQuickActionResult">
    <sequence>
        <element name="accessLevelRequired" type="tns:ShareAccessLevel" nillable="true"/>
        <element name="actionEnumOrId" type="xsd:string"/>
        <element name="canvasApplicationId" type="tns:ID" nillable="true"/>
        <element name="canvasApplicationName" type="xsd:string" nillable="true"/>
        <element name="colors" type="tns:DescribeColor" minOccurs="0" maxOccurs="unbounded"/>
        <element name="contextSobjectType" type="xsd:string" nillable="true"/>
        <element name="defaultValues" type="tns:DescribeQuickActionDefaultValue" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="height" type="xsd:int" nillable="true"/>
        <element name="iconName" type="xsd:string" nillable="true"/>
        <element name="iconUrl" type="xsd:string" nillable="true"/>
        <element name="icons" type="tns:DescribeIcon" minOccurs="0" maxOccurs="unbounded"/>
        <element name="label" type="xsd:string"/>
        <element name="layout" type="tns:DescribeLayoutSection" nillable="true"/>
        <element name="lightningComponentBundleId" type="tns:ID" nillable="true"/>
        <element name="lightningComponentBundleName" type="xsd:string" nillable="true"/>
        <element name="lightningComponentQualifiedName" type="xsd:string" nillable="true"/>
        <element name="miniIconUrl" type="xsd:string" nillable="true"/>
        <element name="name" type="xsd:string"/>
        <element name="showQuickActionLcHeader" type="xsd:boolean"/>
        <element name="showQuickActionVfHeader" type="xsd:boolean"/>
        <element name="targetParentField" type="xsd:string" nillable="true"/>
        <element name="targetRecordTypeId" type="tns:ID" nillable="true"/>
        <element name="targetSobjectType" type="xsd:string" nillable="true"/>
        <element name="type" type="xsd:string"/>
        <element name="visualforcePageName" type="xsd:string" nillable="true"/>
        <element name="visualforcePageUrl" type="xsd:string" nillable="true"/>
        <element name="width" type="xsd:int" nillable="true"/>
    </sequence>
</complexType>
<complexType name="DescribeQuickActionDefaultValue">
    <sequence>
        <element name="defaultValue" type="xsd:string" nillable="true"/>
        <element name="field" type="xsd:string" nillable="false"/>
    </sequence>
</complexType>
<complexType name="DescribeVisualForceResult">
    <sequence>
        <element name="domain" type="xsd:string"/>
    </sequence>
</complexType>
<simpleType name="ShareAccessLevel">
    <restriction base="xsd:string">
        <enumeration value="Read"/>
        <enumeration value="Edit"/>
        <enumeration value="All"/>
    </restriction>
</simpleType>
<complexType name="ProcessResult">
    <sequence>
        <element name="actorIds" type="tns:ID" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
        <element name="entityId" type="tns:ID" nillable="true"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="instanceId" type="tns:ID" nillable="true"/>
        <element name="instanceStatus" type="xsd:string" nillable="true"/>
        <element name="newWorkitemIds" type="tns:ID" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DeleteResult">
    <sequence>
        <element name="errors" type="tns:Error" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="UndeleteResult">
    <sequence>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="EmptyRecycleBinResult">
    <sequence>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="LeadConvert">
    <sequence>
        <element name="accountId" type="tns:ID" nillable="true"/>
        <element name="contactId" type="tns:ID" nillable="true"/>
        <element name="convertedStatus" type="xsd:string"/>
        <element name="doNotCreateOpportunity" type="xsd:boolean"/>
        <element name="leadId" type="tns:ID"/>
        <element name="opportunityName" type="xsd:string" nillable="true"/>
        <element name="overwriteLeadSource" type="xsd:boolean"/>
        <element name="ownerId" type="tns:ID" nillable="true"/>
        <element name="sendNotificationEmail" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="LeadConvertResult">
    <sequence>
        <element name="accountId" type="tns:ID" nillable="true"/>
        <element name="contactId" type="tns:ID" nillable="true"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="leadId" type="tns:ID" nillable="true"/>
        <element name="opportunityId" type="tns:ID" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DescribeSObjectResult">
    <sequence>
        <element name="actionOverrides" type="tns:ActionOverride" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="activateable" type="xsd:boolean"/>
        <element name="childRelationships" type="tns:ChildRelationship" minOccurs="0" maxOccurs="unbounded"/>
        <element name="compactLayoutable" type="xsd:boolean"/>
        <element name="createable" type="xsd:boolean"/>
        <element name="custom" type="xsd:boolean"/>
        <element name="customSetting" type="xsd:boolean"/>
        <element name="deletable" type="xsd:boolean"/>
        <element name="deprecatedAndHidden" type="xsd:boolean"/>
        <element name="feedEnabled" type="xsd:boolean"/>
        <element name="fields" type="tns:Field" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="hasSubtypes" type="xsd:boolean"/>
        <element name="idEnabled" type="xsd:boolean"/>
        <element name="keyPrefix" type="xsd:string" nillable="true"/>
        <element name="label" type="xsd:string"/>
        <element name="labelPlural" type="xsd:string"/>
        <element name="layoutable" type="xsd:boolean"/>
        <element name="mergeable" type="xsd:boolean"/>
        <element name="mruEnabled" type="xsd:boolean"/>
        <element name="name" type="xsd:string"/>
        <element name="namedLayoutInfos" type="tns:NamedLayoutInfo" minOccurs="0" maxOccurs="unbounded"/>
        <element name="networkScopeFieldName" type="xsd:string" nillable="true"/>
        <element name="queryable" type="xsd:boolean"/>
        <element name="recordTypeInfos" type="tns:RecordTypeInfo" minOccurs="0" maxOccurs="unbounded"/>
        <element name="replicateable" type="xsd:boolean"/>
        <element name="retrieveable" type="xsd:boolean"/>
        <element name="searchLayoutable" type="xsd:boolean" minOccurs="0"/>
        <element name="searchable" type="xsd:boolean"/>
        <element name="supportedScopes" type="tns:ScopeInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="triggerable" type="xsd:boolean" minOccurs="0"/>
        <element name="undeletable" type="xsd:boolean"/>
        <element name="updateable" type="xsd:boolean"/>
        <element name="urlDetail" type="xsd:string" nillable="true"/>
        <element name="urlEdit" type="xsd:string" nillable="true"/>
        <element name="urlNew" type="xsd:string" nillable="true"/>
    </sequence>
</complexType>
<!--
 this is a subset of properties for each SObject that is returned by the describeGlobal call 
-->
<complexType name="DescribeGlobalSObjectResult">
    <sequence>
        <element name="activateable" type="xsd:boolean"/>
        <element name="createable" type="xsd:boolean"/>
        <element name="custom" type="xsd:boolean"/>
        <element name="customSetting" type="xsd:boolean"/>
        <element name="deletable" type="xsd:boolean"/>
        <element name="deprecatedAndHidden" type="xsd:boolean"/>
        <element name="feedEnabled" type="xsd:boolean"/>
        <element name="hasSubtypes" type="xsd:boolean"/>
        <element name="idEnabled" type="xsd:boolean"/>
        <element name="keyPrefix" type="xsd:string" nillable="true"/>
        <element name="label" type="xsd:string"/>
        <element name="labelPlural" type="xsd:string"/>
        <element name="layoutable" type="xsd:boolean"/>
        <element name="mergeable" type="xsd:boolean"/>
        <element name="mruEnabled" type="xsd:boolean"/>
        <element name="name" type="xsd:string"/>
        <element name="queryable" type="xsd:boolean"/>
        <element name="replicateable" type="xsd:boolean"/>
        <element name="retrieveable" type="xsd:boolean"/>
        <element name="searchable" type="xsd:boolean"/>
        <element name="triggerable" type="xsd:boolean"/>
        <element name="undeletable" type="xsd:boolean"/>
        <element name="updateable" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="ChildRelationship">
    <sequence>
        <element name="cascadeDelete" type="xsd:boolean"/>
        <element name="childSObject" type="xsd:string"/>
        <element name="deprecatedAndHidden" type="xsd:boolean"/>
        <element name="field" type="xsd:string"/>
        <element name="junctionIdListNames" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="junctionReferenceTo" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="relationshipName" type="xsd:string" minOccurs="0"/>
        <element name="restrictedDelete" type="xsd:boolean" minOccurs="0"/>
    </sequence>
</complexType>
<complexType name="DescribeGlobalResult">
    <sequence>
        <element name="encoding" type="xsd:string" nillable="true"/>
        <element name="maxBatchSize" type="xsd:int"/>
        <element name="sobjects" type="tns:DescribeGlobalSObjectResult" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeGlobalTheme">
    <sequence>
        <element name="global" type="tns:DescribeGlobalResult"/>
        <element name="theme" type="tns:DescribeThemeResult"/>
    </sequence>
</complexType>
<complexType name="ScopeInfo">
    <sequence>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<simpleType name="fieldType">
    <restriction base="xsd:string">
        <enumeration value="string"/>
        <enumeration value="picklist"/>
        <enumeration value="multipicklist"/>
        <enumeration value="combobox"/>
        <enumeration value="reference"/>
        <enumeration value="base64"/>
        <enumeration value="boolean"/>
        <enumeration value="currency"/>
        <enumeration value="textarea"/>
        <enumeration value="int"/>
        <enumeration value="double"/>
        <enumeration value="percent"/>
        <enumeration value="phone"/>
        <enumeration value="id"/>
        <enumeration value="date"/>
        <enumeration value="datetime"/>
        <enumeration value="time"/>
        <enumeration value="url"/>
        <enumeration value="email"/>
        <enumeration value="encryptedstring"/>
        <enumeration value="datacategorygroupreference"/>
        <enumeration value="location"/>
        <enumeration value="address"/>
        <enumeration value="anyType"/>
        <!--
         can be string, picklist, reference, boolean, currency, int, double, percent, id, date, datetime, url, email 
        -->
        <enumeration value="complexvalue"/>
    </restriction>
</simpleType>
<simpleType name="soapType">
    <restriction base="xsd:string">
        <enumeration value="tns:ID"/>
        <enumeration value="xsd:base64Binary"/>
        <enumeration value="xsd:boolean"/>
        <enumeration value="xsd:double"/>
        <enumeration value="xsd:int"/>
        <enumeration value="xsd:string"/>
        <enumeration value="xsd:date"/>
        <enumeration value="xsd:dateTime"/>
        <enumeration value="xsd:time"/>
        <enumeration value="tns:location"/>
        <enumeration value="tns:address"/>
        <enumeration value="xsd:anyType"/>
        <!--
         can be id, booolean, double, int, string, date, dateTime 
        -->
        <enumeration value="urn:RelationshipReferenceTo"/>
        <enumeration value="urn:JunctionIdListNames"/>
        <enumeration value="urn:SearchLayoutFieldsDisplayed"/>
        <enumeration value="urn:SearchLayoutField"/>
        <enumeration value="urn:SearchLayoutButtonsDisplayed"/>
        <enumeration value="urn:SearchLayoutButton"/>
        <enumeration value="urn:RecordTypesSupported"/>
    </restriction>
</simpleType>
<complexType name="FilteredLookupInfo">
    <sequence>
        <element name="controllingFields" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        <element name="dependent" type="xsd:boolean"/>
        <element name="optionalFilter" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="Field">
    <sequence>
        <element name="aggregatable" type="xsd:boolean"/>
        <element name="autoNumber" type="xsd:boolean"/>
        <element name="byteLength" type="xsd:int"/>
        <element name="calculated" type="xsd:boolean"/>
        <element name="calculatedFormula" type="xsd:string" minOccurs="0"/>
        <element name="cascadeDelete" type="xsd:boolean" minOccurs="0"/>
        <element name="caseSensitive" type="xsd:boolean"/>
        <element name="compoundFieldName" type="xsd:string" minOccurs="0"/>
        <element name="controllerName" type="xsd:string" minOccurs="0"/>
        <element name="createable" type="xsd:boolean"/>
        <element name="custom" type="xsd:boolean"/>
        <element name="defaultValue" type="xsd:anyType" minOccurs="0"/>
        <element name="defaultValueFormula" type="xsd:string" minOccurs="0"/>
        <element name="defaultedOnCreate" type="xsd:boolean"/>
        <element name="dependentPicklist" type="xsd:boolean" minOccurs="0"/>
        <element name="deprecatedAndHidden" type="xsd:boolean"/>
        <element name="digits" type="xsd:int"/>
        <element name="displayLocationInDecimal" type="xsd:boolean" minOccurs="0"/>
        <element name="encrypted" type="xsd:boolean" minOccurs="0"/>
        <element name="externalId" type="xsd:boolean" minOccurs="0"/>
        <element name="extraTypeInfo" type="xsd:string" minOccurs="0"/>
        <element name="filterable" type="xsd:boolean"/>
        <element name="filteredLookupInfo" type="tns:FilteredLookupInfo" nillable="true" minOccurs="0"/>
        <element name="groupable" type="xsd:boolean"/>
        <element name="highScaleNumber" type="xsd:boolean" minOccurs="0"/>
        <element name="htmlFormatted" type="xsd:boolean" minOccurs="0"/>
        <element name="idLookup" type="xsd:boolean"/>
        <element name="inlineHelpText" type="xsd:string" minOccurs="0"/>
        <element name="label" type="xsd:string"/>
        <element name="length" type="xsd:int"/>
        <element name="mask" type="xsd:string" minOccurs="0"/>
        <element name="maskType" type="xsd:string" minOccurs="0"/>
        <element name="name" type="xsd:string"/>
        <element name="nameField" type="xsd:boolean"/>
        <element name="namePointing" type="xsd:boolean" minOccurs="0"/>
        <element name="nillable" type="xsd:boolean"/>
        <element name="permissionable" type="xsd:boolean"/>
        <element name="picklistValues" type="tns:PicklistEntry" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="precision" type="xsd:int"/>
        <element name="queryByDistance" type="xsd:boolean"/>
        <element name="referenceTargetField" type="xsd:string" minOccurs="0"/>
        <element name="referenceTo" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="relationshipName" type="xsd:string" minOccurs="0"/>
        <element name="relationshipOrder" type="xsd:int" minOccurs="0"/>
        <element name="restrictedDelete" type="xsd:boolean" minOccurs="0"/>
        <element name="restrictedPicklist" type="xsd:boolean"/>
        <element name="scale" type="xsd:int"/>
        <element name="soapType" type="tns:soapType"/>
        <element name="sortable" type="xsd:boolean" minOccurs="0"/>
        <element name="type" type="tns:fieldType"/>
        <element name="unique" type="xsd:boolean"/>
        <element name="updateable" type="xsd:boolean"/>
        <element name="writeRequiresMasterRead" type="xsd:boolean" minOccurs="0"/>
    </sequence>
</complexType>
<complexType name="PicklistEntry">
    <sequence>
        <element name="active" type="xsd:boolean"/>
        <element name="defaultValue" type="xsd:boolean"/>
        <element name="label" type="xsd:string" nillable="true"/>
        <element name="validFor" type="xsd:base64Binary" minOccurs="0"/>
        <element name="value" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeDataCategoryGroupResult">
    <sequence>
        <element name="categoryCount" type="xsd:int"/>
        <element name="description" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="sobject" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeDataCategoryGroupStructureResult">
    <sequence>
        <element name="description" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="sobject" type="xsd:string"/>
        <element name="topCategories" type="tns:DataCategory" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DataCategoryGroupSobjectTypePair">
    <sequence>
        <element name="dataCategoryGroupName" type="xsd:string"/>
        <element name="sobject" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DataCategory">
    <sequence>
        <element name="childCategories" type="tns:DataCategory" minOccurs="0" maxOccurs="unbounded"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="KnowledgeSettings">
    <sequence>
        <element name="defaultLanguage" type="xsd:string" minOccurs="0"/>
        <element name="knowledgeEnabled" type="xsd:boolean"/>
        <element name="languages" type="tns:KnowledgeLanguageItem" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="KnowledgeLanguageItem">
    <sequence>
        <element name="active" type="xsd:boolean"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<simpleType name="differenceType">
    <restriction base="xsd:string">
        <enumeration value="DIFFERENT"/>
        <enumeration value="NULL"/>
        <enumeration value="SAME"/>
        <enumeration value="SIMILAR"/>
    </restriction>
</simpleType>
<complexType name="FieldDiff">
    <sequence>
        <element name="difference" type="tns:differenceType" nillable="false" minOccurs="1" maxOccurs="1"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="AdditionalInformationMap">
    <sequence>
        <element name="name" type="xsd:string"/>
        <element name="value" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="MatchRecord">
    <sequence>
        <element name="additionalInformation" minOccurs="0" maxOccurs="unbounded" type="tns:AdditionalInformationMap"/>
        <element name="fieldDiffs" minOccurs="0" maxOccurs="unbounded" type="tns:FieldDiff"/>
        <element name="matchConfidence" type="xsd:double"/>
        <element name="record" type="ens:sObject"/>
    </sequence>
</complexType>
<complexType name="MatchResult">
    <sequence>
        <element name="entityType" type="xsd:string"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="matchEngine" type="xsd:string"/>
        <element name="matchRecords" minOccurs="0" maxOccurs="unbounded" type="tns:MatchRecord"/>
        <element name="rule" type="xsd:string"/>
        <element name="size" type="xsd:int"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DuplicateResult">
    <sequence>
        <element name="allowSave" type="xsd:boolean"/>
        <element name="duplicateRule" type="xsd:string"/>
        <element name="duplicateRuleEntityType" type="xsd:string"/>
        <element name="errorMessage" type="xsd:string"/>
        <element name="matchResults" minOccurs="0" maxOccurs="unbounded" type="tns:MatchResult"/>
    </sequence>
</complexType>
<complexType name="DuplicateError">
    <complexContent>
        <extension base="tns:Error">
            <sequence>
                <element name="duplicateResult" type="tns:DuplicateResult"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="DescribeNounResult">
    <sequence>
        <element name="caseValues" minOccurs="0" maxOccurs="unbounded" type="tns:NameCaseValue"/>
        <element name="developerName" type="xsd:string"/>
        <element name="gender" nillable="true" type="tns:Gender"/>
        <element name="name" type="xsd:string"/>
        <element name="pluralAlias" type="xsd:string" nillable="true"/>
        <element name="startsWith" nillable="true" type="tns:StartsWith"/>
    </sequence>
</complexType>
<complexType name="NameCaseValue">
    <sequence>
        <element name="article" nillable="true" type="tns:Article"/>
        <element name="caseType" nillable="true" type="tns:CaseType"/>
        <element name="number" nillable="true" type="tns:GrammaticalNumber"/>
        <element name="possessive" nillable="true" type="tns:Possessive"/>
        <element name="value" type="xsd:string"/>
    </sequence>
</complexType>
<simpleType name="Article">
    <restriction base="xsd:string">
        <enumeration value="None"/>
        <enumeration value="Indefinite"/>
        <enumeration value="Definite"/>
    </restriction>
</simpleType>
<simpleType name="CaseType">
    <restriction base="xsd:string">
        <enumeration value="Nominative"/>
        <enumeration value="Accusative"/>
        <enumeration value="Genitive"/>
        <enumeration value="Dative"/>
        <enumeration value="Inessive"/>
        <enumeration value="Elative"/>
        <enumeration value="Illative"/>
        <enumeration value="Adessive"/>
        <enumeration value="Ablative"/>
        <enumeration value="Allative"/>
        <enumeration value="Essive"/>
        <enumeration value="Translative"/>
        <enumeration value="Partitive"/>
        <enumeration value="Objective"/>
        <enumeration value="Subjective"/>
        <enumeration value="Instrumental"/>
        <enumeration value="Prepositional"/>
        <enumeration value="Locative"/>
        <enumeration value="Vocative"/>
        <enumeration value="Sublative"/>
        <enumeration value="Superessive"/>
        <enumeration value="Delative"/>
        <enumeration value="Causalfinal"/>
        <enumeration value="Essiveformal"/>
        <enumeration value="Termanative"/>
        <enumeration value="Distributive"/>
        <enumeration value="Ergative"/>
        <enumeration value="Adverbial"/>
        <enumeration value="Abessive"/>
        <enumeration value="Comitative"/>
    </restriction>
</simpleType>
<simpleType name="Gender">
    <restriction base="xsd:string">
        <enumeration value="Neuter"/>
        <enumeration value="Masculine"/>
        <enumeration value="Feminine"/>
        <enumeration value="AnimateMasculine"/>
    </restriction>
</simpleType>
<simpleType name="GrammaticalNumber">
    <restriction base="xsd:string">
        <enumeration value="Singular"/>
        <enumeration value="Plural"/>
    </restriction>
</simpleType>
<simpleType name="Possessive">
    <restriction base="xsd:string">
        <enumeration value="None"/>
        <enumeration value="First"/>
        <enumeration value="Second"/>
    </restriction>
</simpleType>
<simpleType name="StartsWith">
    <restriction base="xsd:string">
        <enumeration value="Consonant"/>
        <enumeration value="Vowel"/>
        <enumeration value="Special"/>
    </restriction>
</simpleType>
<element name="findDuplicates">
    <complexType>
        <sequence>
            <element name="sObjects" type="ens:sObject" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="findDuplicatesResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:FindDuplicatesResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<complexType name="FindDuplicatesResult">
    <sequence>
        <element name="duplicateResults" type="tns:DuplicateResult" minOccurs="0" maxOccurs="unbounded"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DescribeFlexiPageResult">
    <sequence>
        <element name="id" type="tns:ID"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="quickActionList" type="tns:DescribeQuickActionListResult" minOccurs="0"/>
        <element name="regions" type="tns:DescribeFlexiPageRegion" minOccurs="0" maxOccurs="unbounded"/>
        <element name="sobjectType" type="xsd:string" minOccurs="0" nillable="true"/>
        <element name="template" type="xsd:string" nillable="true"/>
        <element name="type" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeFlexiPageRegion">
    <sequence>
        <element name="components" type="tns:DescribeComponentInstance" minOccurs="0" maxOccurs="unbounded"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeComponentInstance">
    <sequence>
        <element name="properties" type="tns:DescribeComponentInstanceProperty" minOccurs="0" maxOccurs="unbounded"/>
        <element name="typeName" type="xsd:string"/>
        <element name="typeNamespace" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeComponentInstanceProperty">
    <sequence>
        <element name="name" type="xsd:string"/>
        <element name="region" type="tns:DescribeFlexiPageRegion" nillable="true" minOccurs="0"/>
        <element name="type" type="tns:ComponentInstancePropertyTypeEnum" nillable="true"/>
        <element name="value" type="xsd:string" nillable="true"/>
    </sequence>
</complexType>
<simpleType name="ComponentInstancePropertyTypeEnum">
    <restriction base="xsd:string">
        <enumeration value="decorator"/>
    </restriction>
</simpleType>
<complexType name="FlexipageContext">
    <sequence>
        <element name="type" type="tns:FlexipageContextTypeEnum"/>
        <element name="value" type="xsd:string"/>
    </sequence>
</complexType>
<simpleType name="FlexipageContextTypeEnum">
    <restriction base="xsd:string">
        <enumeration value="ENTITYNAME"/>
    </restriction>
</simpleType>
<complexType name="DescribeAppMenuResult">
    <sequence>
        <element name="appMenuItems" type="tns:DescribeAppMenuItem" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeAppMenuItem">
    <sequence>
        <element name="colors" type="tns:DescribeColor" minOccurs="0" maxOccurs="unbounded"/>
        <element name="content" type="xsd:string"/>
        <element name="icons" type="tns:DescribeIcon" minOccurs="0" maxOccurs="unbounded"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="type" type="xsd:string"/>
        <element name="url" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeThemeResult">
    <sequence>
        <element name="themeItems" type="tns:DescribeThemeItem" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeThemeItem">
    <sequence>
        <element name="colors" type="tns:DescribeColor" minOccurs="0" maxOccurs="unbounded"/>
        <element name="icons" type="tns:DescribeIcon" minOccurs="0" maxOccurs="unbounded"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeSoftphoneLayoutResult">
    <sequence>
        <element name="callTypes" type="tns:DescribeSoftphoneLayoutCallType" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeSoftphoneLayoutCallType">
    <sequence>
        <element name="infoFields" type="tns:DescribeSoftphoneLayoutInfoField" maxOccurs="unbounded"/>
        <element name="name" type="xsd:string"/>
        <element name="screenPopOptions" type="tns:DescribeSoftphoneScreenPopOption" minOccurs="0" maxOccurs="unbounded"/>
        <element name="screenPopsOpenWithin" type="xsd:string" minOccurs="0"/>
        <element name="sections" type="tns:DescribeSoftphoneLayoutSection" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeSoftphoneScreenPopOption">
    <sequence>
        <element name="matchType" type="xsd:string"/>
        <element name="screenPopData" type="xsd:string"/>
        <element name="screenPopType" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeSoftphoneLayoutInfoField">
    <sequence>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeSoftphoneLayoutSection">
    <sequence>
        <element name="entityApiName" type="xsd:string"/>
        <element name="items" type="tns:DescribeSoftphoneLayoutItem" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeSoftphoneLayoutItem">
    <sequence>
        <element name="itemApiName" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeCompactLayoutsResult">
    <sequence>
        <element name="compactLayouts" type="tns:DescribeCompactLayout" maxOccurs="unbounded"/>
        <element name="defaultCompactLayoutId" type="tns:ID"/>
        <element name="recordTypeCompactLayoutMappings" type="tns:RecordTypeCompactLayoutMapping" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeCompactLayout">
    <sequence>
        <element name="actions" type="tns:DescribeLayoutButton" minOccurs="0" maxOccurs="unbounded"/>
        <element name="fieldItems" type="tns:DescribeLayoutItem" minOccurs="0" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID"/>
        <element name="imageItems" type="tns:DescribeLayoutItem" minOccurs="0" maxOccurs="unbounded"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="objectType" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="RecordTypeCompactLayoutMapping">
    <sequence>
        <element name="available" type="xsd:boolean"/>
        <element name="compactLayoutId" type="tns:ID" nillable="true"/>
        <element name="compactLayoutName" type="xsd:string"/>
        <element name="recordTypeId" type="tns:ID"/>
        <element name="recordTypeName" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribePathAssistantsResult">
    <sequence>
        <element name="pathAssistants" type="tns:DescribePathAssistant" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribePathAssistant">
    <sequence>
        <element name="active" type="xsd:boolean"/>
        <element name="apiName" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
        <element name="pathPicklistField" type="xsd:string"/>
        <element name="picklistsForRecordType" type="tns:PicklistForRecordType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="recordTypeId" type="tns:ID" nillable="true"/>
        <element name="steps" type="tns:DescribePathAssistantStep" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribePathAssistantStep">
    <sequence>
        <element name="closed" type="xsd:boolean"/>
        <element name="converted" type="xsd:boolean"/>
        <element name="fields" type="tns:DescribePathAssistantField" minOccurs="0" maxOccurs="unbounded"/>
        <element name="info" type="xsd:string"/>
        <element name="layoutSection" type="tns:DescribeLayoutSection"/>
        <element name="picklistLabel" type="xsd:string"/>
        <element name="picklistValue" type="xsd:string"/>
        <element name="won" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DescribePathAssistantField">
    <sequence>
        <element name="apiName" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
        <element name="readOnly" type="xsd:boolean"/>
        <element name="required" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DescribeApprovalLayoutResult">
    <sequence>
        <element name="approvalLayouts" type="tns:DescribeApprovalLayout" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeApprovalLayout">
    <sequence>
        <element name="id" type="tns:ID"/>
        <element name="label" type="xsd:string"/>
        <element name="layoutItems" type="tns:DescribeLayoutItem" maxOccurs="unbounded"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeLayoutResult">
    <sequence>
        <element name="layouts" type="tns:DescribeLayout" maxOccurs="unbounded"/>
        <element name="recordTypeMappings" type="tns:RecordTypeMapping" minOccurs="0" maxOccurs="unbounded"/>
        <element name="recordTypeSelectorRequired" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DescribeLayout">
    <sequence>
        <element name="buttonLayoutSection" type="tns:DescribeLayoutButtonSection" minOccurs="0"/>
        <element name="detailLayoutSections" type="tns:DescribeLayoutSection" minOccurs="0" maxOccurs="unbounded"/>
        <element name="editLayoutSections" type="tns:DescribeLayoutSection" minOccurs="0" maxOccurs="unbounded"/>
        <element name="feedView" type="tns:DescribeLayoutFeedView" minOccurs="0"/>
        <element name="highlightsPanelLayoutSection" type="tns:DescribeLayoutSection" minOccurs="0"/>
        <element name="id" type="tns:ID" nillable="true"/>
        <element name="quickActionList" type="tns:DescribeQuickActionListResult" minOccurs="0"/>
        <element name="relatedContent" type="tns:RelatedContent" minOccurs="0" maxOccurs="1"/>
        <element name="relatedLists" type="tns:RelatedList" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeQuickActionListResult">
    <sequence>
        <element name="quickActionListItems" type="tns:DescribeQuickActionListItemResult" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeQuickActionListItemResult">
    <sequence>
        <element name="accessLevelRequired" type="tns:ShareAccessLevel" nillable="true"/>
        <element name="colors" type="tns:DescribeColor" minOccurs="0" maxOccurs="unbounded"/>
        <element name="iconUrl" type="xsd:string" nillable="true"/>
        <element name="icons" type="tns:DescribeIcon" minOccurs="0" maxOccurs="unbounded"/>
        <element name="label" type="xsd:string"/>
        <element name="miniIconUrl" type="xsd:string"/>
        <element name="quickActionName" type="xsd:string"/>
        <element name="targetSobjectType" type="xsd:string" nillable="true"/>
        <element name="type" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeLayoutFeedView">
    <sequence>
        <element name="feedFilters" type="tns:DescribeLayoutFeedFilter" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<simpleType name="FeedLayoutFilterType">
    <restriction base="xsd:string">
        <enumeration value="AllUpdates"/>
        <enumeration value="FeedItemType"/>
        <enumeration value="Custom"/>
    </restriction>
</simpleType>
<complexType name="DescribeLayoutFeedFilter">
    <sequence>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="type" type="tns:FeedLayoutFilterType"/>
    </sequence>
</complexType>
<simpleType name="TabOrderType">
    <restriction base="xsd:string">
        <enumeration value="LeftToRight"/>
        <enumeration value="TopToBottom"/>
    </restriction>
</simpleType>
<complexType name="DescribeLayoutSection">
    <sequence>
        <element name="collapsed" type="xsd:boolean"/>
        <element name="columns" type="xsd:int"/>
        <element name="heading" type="xsd:string" nillable="true"/>
        <element name="layoutRows" type="tns:DescribeLayoutRow" maxOccurs="unbounded"/>
        <element name="layoutSectionId" type="tns:ID"/>
        <element name="parentLayoutId" type="tns:ID"/>
        <element name="rows" type="xsd:int"/>
        <element name="tabOrder" type="tns:TabOrderType"/>
        <element name="useCollapsibleSection" type="xsd:boolean"/>
        <element name="useHeading" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="DescribeLayoutButtonSection">
    <sequence>
        <element name="detailButtons" type="tns:DescribeLayoutButton" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeLayoutRow">
    <sequence>
        <element name="layoutItems" type="tns:DescribeLayoutItem" maxOccurs="unbounded"/>
        <element name="numItems" type="xsd:int"/>
    </sequence>
</complexType>
<complexType name="DescribeLayoutItem">
    <sequence>
        <element name="editableForNew" type="xsd:boolean"/>
        <element name="editableForUpdate" type="xsd:boolean"/>
        <element name="label" type="xsd:string" nillable="true"/>
        <element name="layoutComponents" type="tns:DescribeLayoutComponent" minOccurs="0" maxOccurs="unbounded"/>
        <element name="placeholder" type="xsd:boolean"/>
        <element name="required" type="xsd:boolean"/>
    </sequence>
</complexType>
<simpleType name="WebLinkWindowType">
    <restriction base="xsd:string">
        <enumeration value="newWindow"/>
        <enumeration value="sidebar"/>
        <enumeration value="noSidebar"/>
        <enumeration value="replace"/>
        <enumeration value="onClickJavaScript"/>
    </restriction>
</simpleType>
<simpleType name="WebLinkPosition">
    <restriction base="xsd:string">
        <enumeration value="fullScreen"/>
        <enumeration value="none"/>
        <enumeration value="topLeft"/>
    </restriction>
</simpleType>
<simpleType name="WebLinkType">
    <restriction base="xsd:string">
        <enumeration value="url"/>
        <enumeration value="sControl"/>
        <enumeration value="javascript"/>
        <enumeration value="page"/>
        <enumeration value="flow"/>
    </restriction>
</simpleType>
<complexType name="DescribeLayoutButton">
    <sequence>
        <element name="behavior" type="tns:WebLinkWindowType" nillable="true" minOccurs="0"/>
        <element name="colors" type="tns:DescribeColor" minOccurs="0" maxOccurs="unbounded"/>
        <element name="content" type="xsd:string" nillable="true" minOccurs="0"/>
        <element name="contentSource" type="tns:WebLinkType" nillable="true" minOccurs="0"/>
        <element name="custom" type="xsd:boolean"/>
        <element name="encoding" type="xsd:string" nillable="true" minOccurs="0"/>
        <element name="height" type="xsd:int" nillable="true" minOccurs="0"/>
        <element name="icons" type="tns:DescribeIcon" minOccurs="0" maxOccurs="unbounded"/>
        <element name="label" type="xsd:string" nillable="true"/>
        <element name="menubar" type="xsd:boolean" nillable="true"/>
        <element name="name" type="xsd:string" nillable="true"/>
        <element name="overridden" type="xsd:boolean"/>
        <element name="resizeable" type="xsd:boolean" nillable="true"/>
        <element name="scrollbars" type="xsd:boolean" nillable="true"/>
        <element name="showsLocation" type="xsd:boolean" nillable="true"/>
        <element name="showsStatus" type="xsd:boolean" nillable="true"/>
        <element name="toolbar" type="xsd:boolean" nillable="true"/>
        <element name="url" type="xsd:string" nillable="true" minOccurs="0"/>
        <element name="width" type="xsd:int" nillable="true" minOccurs="0"/>
        <element name="windowPosition" type="tns:WebLinkPosition" nillable="true" minOccurs="0"/>
    </sequence>
</complexType>
<complexType name="DescribeLayoutComponent">
    <sequence>
        <element name="displayLines" type="xsd:int"/>
        <element name="tabOrder" type="xsd:int"/>
        <element name="type" type="tns:layoutComponentType"/>
        <element name="value" type="xsd:string" nillable="true"/>
    </sequence>
</complexType>
<simpleType name="layoutComponentType">
    <restriction base="xsd:string">
        <enumeration value="ReportChart"/>
        <enumeration value="Field"/>
        <enumeration value="Separator"/>
        <enumeration value="SControl"/>
        <enumeration value="EmptySpace"/>
        <enumeration value="VisualforcePage"/>
        <enumeration value="ExpandedLookup"/>
        <enumeration value="AuraComponent"/>
        <enumeration value="Canvas"/>
        <enumeration value="CustomLink"/>
        <enumeration value="AnalyticsCloud"/>
    </restriction>
</simpleType>
<complexType name="FieldComponent">
    <complexContent>
        <extension base="tns:DescribeLayoutComponent">
            <sequence>
                <element name="field" type="tns:Field"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="FieldLayoutComponent">
    <complexContent>
        <extension base="tns:DescribeLayoutComponent">
            <sequence>
                <element name="components" type="tns:DescribeLayoutComponent" minOccurs="0" maxOccurs="unbounded"/>
                <element name="fieldType" type="tns:fieldType"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="VisualforcePage">
    <complexContent>
        <extension base="tns:DescribeLayoutComponent">
            <sequence>
                <element name="showLabel" type="xsd:boolean"/>
                <element name="showScrollbars" type="xsd:boolean"/>
                <element name="suggestedHeight" type="xsd:string"/>
                <element name="suggestedWidth" type="xsd:string"/>
                <element name="url" type="xsd:string"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="Canvas">
    <complexContent>
        <extension base="tns:DescribeLayoutComponent">
            <sequence>
                <element name="displayLocation" type="xsd:string"/>
                <element name="referenceId" type="xsd:string"/>
                <element name="showLabel" type="xsd:boolean"/>
                <element name="showScrollbars" type="xsd:boolean"/>
                <element name="suggestedHeight" type="xsd:string"/>
                <element name="suggestedWidth" type="xsd:string"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="ReportChartComponent">
    <complexContent>
        <extension base="tns:DescribeLayoutComponent">
            <sequence>
                <element name="cacheData" type="xsd:boolean"/>
                <element name="contextFilterableField" type="xsd:string"/>
                <element name="error" type="xsd:string"/>
                <element name="hideOnError" type="xsd:boolean"/>
                <element name="includeContext" type="xsd:boolean"/>
                <element name="showTitle" type="xsd:boolean"/>
                <element name="size" type="tns:ReportChartSize"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="AnalyticsCloudComponent">
    <complexContent>
        <extension base="tns:DescribeLayoutComponent">
            <sequence>
                <element name="error" type="xsd:string"/>
                <element name="filter" type="xsd:string"/>
                <element name="height" type="xsd:string"/>
                <element name="hideOnError" type="xsd:boolean"/>
                <element name="showSharing" type="xsd:boolean"/>
                <element name="showTitle" type="xsd:boolean"/>
                <element name="width" type="xsd:string"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="CustomLinkComponent">
    <complexContent>
        <extension base="tns:DescribeLayoutComponent">
            <sequence>
                <element name="customLink" type="tns:DescribeLayoutButton"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<simpleType name="ReportChartSize">
    <restriction base="xsd:string">
        <enumeration value="SMALL"/>
        <enumeration value="MEDIUM"/>
        <enumeration value="LARGE"/>
    </restriction>
</simpleType>
<complexType name="NamedLayoutInfo">
    <sequence>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="RecordTypeInfo">
    <sequence>
        <element name="available" type="xsd:boolean"/>
        <element name="defaultRecordTypeMapping" type="xsd:boolean"/>
        <element name="master" type="xsd:boolean"/>
        <element name="name" type="xsd:string"/>
        <element name="recordTypeId" type="tns:ID" nillable="true"/>
    </sequence>
</complexType>
<complexType name="RecordTypeMapping">
    <sequence>
        <element name="available" type="xsd:boolean"/>
        <element name="defaultRecordTypeMapping" type="xsd:boolean"/>
        <element name="layoutId" type="tns:ID"/>
        <element name="master" type="xsd:boolean"/>
        <element name="name" type="xsd:string"/>
        <element name="picklistsForRecordType" type="tns:PicklistForRecordType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        <element name="recordTypeId" type="tns:ID" nillable="true"/>
    </sequence>
</complexType>
<complexType name="PicklistForRecordType">
    <sequence>
        <element name="picklistName" type="xsd:string"/>
        <element name="picklistValues" type="tns:PicklistEntry" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="RelatedContent">
    <sequence>
        <element name="relatedContentItems" type="tns:DescribeRelatedContentItem" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeRelatedContentItem">
    <sequence>
        <element name="describeLayoutItem" type="tns:DescribeLayoutItem" maxOccurs="1"/>
    </sequence>
</complexType>
<complexType name="RelatedList">
    <sequence>
        <element name="accessLevelRequiredForCreate" type="tns:ShareAccessLevel" nillable="true"/>
        <element name="buttons" type="tns:DescribeLayoutButton" maxOccurs="unbounded" minOccurs="0" nillable="true"/>
        <element name="columns" type="tns:RelatedListColumn" maxOccurs="unbounded"/>
        <element name="custom" type="xsd:boolean"/>
        <element name="field" type="xsd:string" nillable="true"/>
        <element name="label" type="xsd:string"/>
        <element name="limitRows" type="xsd:int"/>
        <element name="name" type="xsd:string"/>
        <element name="sobject" type="xsd:string" nillable="true"/>
        <element name="sort" type="tns:RelatedListSort" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="RelatedListColumn">
    <sequence>
        <element name="field" type="xsd:string" nillable="true"/>
        <element name="fieldApiName" type="xsd:string"/>
        <element name="format" type="xsd:string" nillable="true"/>
        <element name="label" type="xsd:string"/>
        <element name="lookupId" type="xsd:string" nillable="true" minOccurs="0"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="RelatedListSort">
    <sequence>
        <element name="ascending" type="xsd:boolean"/>
        <element name="column" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="EmailFileAttachment">
    <sequence>
        <element name="body" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
        <element name="contentType" nillable="true" minOccurs="0" type="xsd:string"/>
        <element name="fileName" type="xsd:string"/>
        <element name="inline" type="xsd:boolean" minOccurs="0"/>
    </sequence>
</complexType>
<simpleType name="EmailPriority">
    <restriction base="xsd:string">
        <enumeration value="Highest"/>
        <enumeration value="High"/>
        <enumeration value="Normal"/>
        <enumeration value="Low"/>
        <enumeration value="Lowest"/>
    </restriction>
</simpleType>
<simpleType name="SendEmailOptOutPolicy">
    <restriction base="xsd:string">
        <enumeration value="SEND"/>
        <enumeration value="FILTER"/>
        <enumeration value="REJECT"/>
    </restriction>
</simpleType>
<complexType name="Email">
    <sequence>
        <element name="bccSender" type="xsd:boolean" nillable="true"/>
        <element name="emailPriority" type="tns:EmailPriority" nillable="true"/>
        <element name="replyTo" type="xsd:string" nillable="true"/>
        <element name="saveAsActivity" type="xsd:boolean" nillable="true"/>
        <element name="senderDisplayName" type="xsd:string" nillable="true"/>
        <element name="subject" type="xsd:string" nillable="true"/>
        <element name="useSignature" type="xsd:boolean" nillable="true"/>
    </sequence>
</complexType>
<complexType name="MassEmailMessage">
    <complexContent>
        <extension base="tns:Email">
            <sequence>
                <element name="description" type="xsd:string" nillable="true"/>
                <element name="targetObjectIds" minOccurs="0" maxOccurs="250" type="tns:ID"/>
                <element name="templateId" type="tns:ID"/>
                <element name="whatIds" minOccurs="0" maxOccurs="250" type="tns:ID"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="SingleEmailMessage">
    <complexContent>
        <extension base="tns:Email">
            <sequence>
                <element name="bccAddresses" minOccurs="0" maxOccurs="25" type="xsd:string" nillable="true"/>
                <element name="ccAddresses" minOccurs="0" maxOccurs="25" type="xsd:string" nillable="true"/>
                <element name="charset" type="xsd:string" nillable="true"/>
                <element name="documentAttachments" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                <element name="entityAttachments" minOccurs="0" maxOccurs="unbounded" type="tns:ID"/>
                <element name="fileAttachments" minOccurs="0" maxOccurs="unbounded" type="tns:EmailFileAttachment"/>
                <element name="htmlBody" type="xsd:string" nillable="true"/>
                <element name="inReplyTo" minOccurs="0" type="xsd:string" nillable="true"/>
                <element name="optOutPolicy" type="tns:SendEmailOptOutPolicy" nillable="true"/>
                <element name="orgWideEmailAddressId" minOccurs="0" maxOccurs="1" type="tns:ID" nillable="true"/>
                <element name="plainTextBody" type="xsd:string" nillable="true"/>
                <element name="references" minOccurs="0" type="xsd:string" nillable="true"/>
                <element name="targetObjectId" type="tns:ID" nillable="true"/>
                <element name="templateId" type="tns:ID" nillable="true"/>
                <element name="toAddresses" minOccurs="0" maxOccurs="100" type="xsd:string" nillable="true"/>
                <element name="treatBodiesAsTemplate" type="xsd:boolean" nillable="true"/>
                <element name="treatTargetObjectAsRecipient" type="xsd:boolean" nillable="true"/>
                <element name="whatId" type="tns:ID" nillable="true"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="SendEmailResult">
    <sequence>
        <element name="errors" minOccurs="0" maxOccurs="unbounded" type="tns:SendEmailError"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="ListViewColumn">
    <sequence>
        <element name="ascendingLabel" type="xsd:string" nillable="true"/>
        <element name="descendingLabel" type="xsd:string" nillable="true"/>
        <element name="fieldNameOrPath" type="xsd:string"/>
        <element name="hidden" type="xsd:boolean"/>
        <element name="label" type="xsd:string"/>
        <element name="selectListItem" type="xsd:string"/>
        <element name="sortDirection" type="tns:orderByDirection" nillable="true"/>
        <element name="sortIndex" type="xsd:int" nillable="true"/>
        <element name="sortable" type="xsd:boolean"/>
        <element name="type" type="tns:fieldType"/>
    </sequence>
</complexType>
<complexType name="ListViewOrderBy">
    <sequence>
        <element name="fieldNameOrPath" type="xsd:string"/>
        <element name="nullsPosition" type="tns:orderByNullsPosition" nillable="true"/>
        <element name="sortDirection" type="tns:orderByDirection" nillable="true"/>
    </sequence>
</complexType>
<complexType name="DescribeSoqlListView">
    <sequence>
        <element name="columns" type="tns:ListViewColumn" maxOccurs="unbounded"/>
        <element name="id" type="tns:ID"/>
        <element name="orderBy" type="tns:ListViewOrderBy" maxOccurs="unbounded"/>
        <element name="query" type="xsd:string"/>
        <element name="scope" type="xsd:string" nillable="true"/>
        <element name="sobjectType" type="xsd:string"/>
        <element name="whereCondition" type="tns:SoqlWhereCondition" minOccurs="0"/>
    </sequence>
</complexType>
<complexType name="DescribeSoqlListViewsRequest">
    <sequence>
        <element name="listViewParams" type="tns:DescribeSoqlListViewParams" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeSoqlListViewParams">
    <sequence>
        <element name="developerNameOrId" type="xsd:string"/>
        <element name="sobjectType" type="xsd:string" nillable="true"/>
    </sequence>
</complexType>
<complexType name="DescribeSoqlListViewResult">
    <sequence>
        <element name="describeSoqlListViews" type="tns:DescribeSoqlListView" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="ExecuteListViewRequest">
    <sequence>
        <element name="developerNameOrId" type="xsd:string"/>
        <element name="limit" type="xsd:int" nillable="true"/>
        <element name="offset" type="xsd:int" nillable="true"/>
        <element name="orderBy" type="tns:ListViewOrderBy" maxOccurs="unbounded"/>
        <element name="sobjectType" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="ExecuteListViewResult">
    <sequence>
        <element name="columns" type="tns:ListViewColumn" maxOccurs="unbounded"/>
        <element name="developerName" type="xsd:string"/>
        <element name="done" type="xsd:boolean"/>
        <element name="id" type="tns:ID"/>
        <element name="label" type="xsd:string"/>
        <element name="records" type="tns:ListViewRecord" maxOccurs="unbounded"/>
        <element name="size" type="xsd:int"/>
    </sequence>
</complexType>
<complexType name="ListViewRecord">
    <sequence>
        <element name="columns" type="tns:ListViewRecordColumn" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="ListViewRecordColumn">
    <sequence>
        <element name="fieldNameOrPath" type="xsd:string"/>
        <element name="value" type="xsd:string" nillable="true"/>
    </sequence>
</complexType>
<simpleType name="orderByDirection">
    <restriction base="xsd:string">
        <enumeration value="ascending"/>
        <enumeration value="descending"/>
    </restriction>
</simpleType>
<simpleType name="orderByNullsPosition">
    <restriction base="xsd:string">
        <enumeration value="first"/>
        <enumeration value="last"/>
    </restriction>
</simpleType>
<simpleType name="soqlOperator">
    <restriction base="xsd:string">
        <enumeration value="equals"/>
        <enumeration value="excludes"/>
        <enumeration value="greaterThan"/>
        <enumeration value="greaterThanOrEqualTo"/>
        <enumeration value="in"/>
        <enumeration value="includes"/>
        <enumeration value="lessThan"/>
        <enumeration value="lessThanOrEqualTo"/>
        <enumeration value="like"/>
        <enumeration value="notEquals"/>
        <enumeration value="notIn"/>
        <enumeration value="within"/>
    </restriction>
</simpleType>
<simpleType name="soqlConjunction">
    <restriction base="xsd:string">
        <enumeration value="and"/>
        <enumeration value="or"/>
    </restriction>
</simpleType>
<complexType name="SoqlWhereCondition">
    <sequence/>
</complexType>
<complexType name="SoqlCondition">
    <complexContent>
        <extension base="tns:SoqlWhereCondition">
            <sequence>
                <element name="field" type="xsd:string"/>
                <element name="operator" type="tns:soqlOperator"/>
                <element name="values" type="xsd:string" maxOccurs="unbounded"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="SoqlNotCondition">
    <complexContent>
        <extension base="tns:SoqlWhereCondition">
            <sequence>
                <element name="condition" type="tns:SoqlWhereCondition"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="SoqlConditionGroup">
    <complexContent>
        <extension base="tns:SoqlWhereCondition">
            <sequence>
                <element name="conditions" type="tns:SoqlWhereCondition" minOccurs="0" maxOccurs="unbounded"/>
                <element name="conjunction" type="tns:soqlConjunction"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="SoqlSubQueryCondition">
    <complexContent>
        <extension base="tns:SoqlWhereCondition">
            <sequence>
                <element name="field" type="xsd:string"/>
                <element name="operator" type="tns:soqlOperator"/>
                <element name="subQuery" type="xsd:string"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="DescribeSearchLayoutResult">
    <sequence>
        <element name="errorMsg" type="xsd:string" nillable="true"/>
        <element name="label" type="xsd:string" nillable="true"/>
        <element name="limitRows" type="xsd:int" nillable="true"/>
        <element name="objectType" type="xsd:string"/>
        <element name="searchColumns" type="tns:DescribeColumn" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
    </sequence>
</complexType>
<complexType name="DescribeColumn">
    <sequence>
        <element name="field" type="xsd:string"/>
        <element name="format" type="xsd:string" nillable="true"/>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeSearchScopeOrderResult">
    <sequence>
        <element name="keyPrefix" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeSearchableEntityResult">
    <sequence>
        <element name="label" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="pluralLabel" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeTabSetResult">
    <sequence>
        <element name="description" type="xsd:string"/>
        <element name="label" type="xsd:string"/>
        <element name="logoUrl" type="xsd:string"/>
        <element name="namespace" type="xsd:string" minOccurs="0"/>
        <element name="selected" type="xsd:boolean"/>
        <element name="tabSetId" type="xsd:string"/>
        <element name="tabs" type="tns:DescribeTab" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<complexType name="DescribeTab">
    <sequence>
        <element name="colors" type="tns:DescribeColor" minOccurs="0" maxOccurs="unbounded"/>
        <element name="custom" type="xsd:boolean"/>
        <element name="iconUrl" type="xsd:string"/>
        <element name="icons" type="tns:DescribeIcon" minOccurs="0" maxOccurs="unbounded"/>
        <element name="label" type="xsd:string"/>
        <element name="miniIconUrl" type="xsd:string"/>
        <element name="name" type="xsd:string"/>
        <element name="sobjectName" type="xsd:string" nillable="true"/>
        <element name="url" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeColor">
    <sequence>
        <element name="color" type="xsd:string"/>
        <element name="context" type="xsd:string"/>
        <element name="theme" type="xsd:string"/>
    </sequence>
</complexType>
<complexType name="DescribeIcon">
    <sequence>
        <element name="contentType" type="xsd:string"/>
        <element name="height" type="xsd:int" nillable="true"/>
        <element name="theme" type="xsd:string"/>
        <element name="url" type="xsd:string"/>
        <element name="width" type="xsd:int" nillable="true"/>
    </sequence>
</complexType>
<complexType name="ActionOverride">
    <sequence>
        <element name="formFactor" type="xsd:string"/>
        <element name="isAvailableInTouch" type="xsd:boolean"/>
        <element name="name" type="xsd:string"/>
        <element name="pageId" type="tns:ID"/>
        <element name="url" type="xsd:string"/>
    </sequence>
</complexType>
<!--  Login Message Types  -->
<element name="login">
    <complexType>
        <sequence>
            <element name="username" type="xsd:string"/>
            <element name="password" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<element name="loginResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:LoginResult"/>
        </sequence>
    </complexType>
</element>
<!--  Describe Message Types  -->
<element name="describeSObject">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<element name="describeSObjectResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSObjectResult" nillable="true"/>
        </sequence>
    </complexType>
</element>
<!--  DescibeSObjects Message Types  -->
<element name="describeSObjects">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string" minOccurs="0" maxOccurs="100"/>
        </sequence>
    </complexType>
</element>
<element name="describeSObjectsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSObjectResult" nillable="true" minOccurs="0" maxOccurs="100"/>
        </sequence>
    </complexType>
</element>
<!--  Describe Global Message Types  -->
<element name="describeGlobal">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="describeGlobalResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeGlobalResult"/>
        </sequence>
    </complexType>
</element>
<!--  Describe Global Theme Types  -->
<element name="describeGlobalTheme">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="describeGlobalThemeResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeGlobalTheme"/>
        </sequence>
    </complexType>
</element>
<!--  Describe Theme Types  -->
<element name="describeTheme">
    <complexType>
        <sequence>
            <element name="sobjectType" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeThemeResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeThemeResult"/>
        </sequence>
    </complexType>
</element>
<!--  Describe Data Category Groups Message Types  -->
<element name="describeDataCategoryGroups">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string" minOccurs="0" maxOccurs="10"/>
        </sequence>
    </complexType>
</element>
<element name="describeDataCategoryGroupsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeDataCategoryGroupResult" minOccurs="0" maxOccurs="100"/>
        </sequence>
    </complexType>
</element>
<element name="describeDataCategoryGroupStructures">
    <complexType>
        <sequence>
            <element name="pairs" type="tns:DataCategoryGroupSobjectTypePair" minOccurs="0" maxOccurs="100"/>
            <element name="topCategoriesOnly" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="describeDataCategoryGroupStructuresResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeDataCategoryGroupStructureResult" minOccurs="0" maxOccurs="100"/>
        </sequence>
    </complexType>
</element>
<!--  Describe Knowledge Settings  -->
<element name="describeKnowledgeSettings">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="describeKnowledgeSettingsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:KnowledgeSettings"/>
        </sequence>
    </complexType>
</element>
<element name="describeFlexiPages">
    <complexType>
        <sequence>
            <element name="flexiPages" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>
            <element name="contexts" type="tns:FlexipageContext" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeFlexiPagesResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeFlexiPageResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<simpleType name="AppMenuType">
    <restriction base="xsd:string">
        <enumeration value="AppSwitcher"/>
        <enumeration value="Salesforce1"/>
        <enumeration value="NetworkTabs"/>
    </restriction>
</simpleType>
<element name="describeAppMenu">
    <complexType>
        <sequence>
            <element name="appMenuType" type="tns:AppMenuType"/>
            <element name="networkId" type="tns:ID" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeAppMenuResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeAppMenuResult" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeLayout">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
            <element name="layoutName" type="xsd:string" nillable="true"/>
            <element name="recordTypeIds" type="tns:ID" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeLayoutResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeLayoutResult" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeCompactLayouts">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
            <element name="recordTypeIds" type="tns:ID" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeCompactLayoutsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeCompactLayoutsResult" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describePrimaryCompactLayouts">
    <complexType>
        <sequence>
            <element name="sObjectTypes" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describePrimaryCompactLayoutsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeCompactLayout" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describePathAssistants">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
            <element name="picklistValue" type="xsd:string" nillable="true"/>
            <element name="recordTypeIds" type="tns:ID" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describePathAssistantsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribePathAssistantsResult" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeApprovalLayout">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
            <element name="approvalProcessNames" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeApprovalLayoutResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeApprovalLayoutResult" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeSoftphoneLayout">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="describeSoftphoneLayoutResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSoftphoneLayoutResult" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeSoqlListViews">
    <complexType>
        <sequence>
            <element name="request" type="tns:DescribeSoqlListViewsRequest"/>
        </sequence>
    </complexType>
</element>
<element name="describeSoqlListViewsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSoqlListViewResult"/>
        </sequence>
    </complexType>
</element>
<element name="executeListView">
    <complexType>
        <sequence>
            <element name="request" type="tns:ExecuteListViewRequest"/>
        </sequence>
    </complexType>
</element>
<element name="executeListViewResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:ExecuteListViewResult" minOccurs="0" maxOccurs="1"/>
        </sequence>
    </complexType>
</element>
<simpleType name="listViewIsSoqlCompatible">
    <restriction base="xsd:string">
        <enumeration value="TRUE"/>
        <enumeration value="FALSE"/>
        <enumeration value="ALL"/>
    </restriction>
</simpleType>
<element name="describeSObjectListViews">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
            <element name="recentsOnly" type="xsd:boolean"/>
            <element name="isSoqlCompatible" type="tns:listViewIsSoqlCompatible"/>
            <element name="limit" type="xsd:int"/>
            <element name="offset" type="xsd:int"/>
        </sequence>
    </complexType>
</element>
<element name="describeSObjectListViewsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSoqlListViewResult"/>
        </sequence>
    </complexType>
</element>
<element name="describeSearchLayouts">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeSearchLayoutsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSearchLayoutResult" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeSearchScopeOrder">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="describeSearchScopeOrderResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSearchScopeOrderResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeSearchableEntities">
    <complexType>
        <sequence>
            <element name="includeOnlyEntitiesWithTabs" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="describeSearchableEntitiesResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeSearchableEntityResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeTabs">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="describeTabsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeTabSetResult" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeAllTabs">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="describeAllTabsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeTab" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeNouns">
    <complexType>
        <sequence>
            <element name="nouns" type="xsd:string" minOccurs="0" maxOccurs="100"/>
            <element name="onlyRenamed" type="xsd:boolean"/>
            <element name="includeFields" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="describeNounsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeNounResult" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Create Message Types  -->
<element name="create">
    <complexType>
        <sequence>
            <element name="sObjects" type="ens:sObject" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="createResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:SaveResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Send Email Types  -->
<element name="sendEmail">
    <complexType>
        <sequence>
            <element name="messages" type="tns:Email" minOccurs="0" maxOccurs="10"/>
        </sequence>
    </complexType>
</element>
<element name="sendEmailResponse">
    <complexType>
        <sequence>
            <element name="result" minOccurs="0" maxOccurs="10" type="tns:SendEmailResult"/>
        </sequence>
    </complexType>
</element>
<!--  Template Merge  -->
<complexType name="RenderEmailTemplateRequest">
    <sequence>
        <element name="templateBodies" type="xsd:string" minOccurs="1" maxOccurs="10" nillable="false"/>
        <element name="whatId" type="tns:ID" minOccurs="0" maxOccurs="1"/>
        <element name="whoId" type="tns:ID" minOccurs="0" maxOccurs="1"/>
    </sequence>
</complexType>
<complexType name="RenderEmailTemplateBodyResult">
    <sequence>
        <element name="errors" type="tns:RenderEmailTemplateError" minOccurs="0" maxOccurs="unbounded"/>
        <element name="mergedBody" type="xsd:string" nillable="true"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<complexType name="RenderEmailTemplateResult">
    <sequence>
        <element name="bodyResults" type="tns:RenderEmailTemplateBodyResult" minOccurs="0" maxOccurs="10"/>
        <element name="errors" type="tns:Error" minOccurs="0" maxOccurs="unbounded"/>
        <element name="success" type="xsd:boolean"/>
    </sequence>
</complexType>
<element name="renderEmailTemplate">
    <complexType>
        <sequence>
            <element name="renderRequests" type="tns:RenderEmailTemplateRequest" minOccurs="0" maxOccurs="10"/>
        </sequence>
    </complexType>
</element>
<element name="renderEmailTemplateResponse">
    <complexType>
        <sequence>
            <element name="result" minOccurs="0" maxOccurs="10" type="tns:RenderEmailTemplateResult"/>
        </sequence>
    </complexType>
</element>
<!--  Send Email Message Types  -->
<element name="sendEmailMessage">
    <complexType>
        <sequence>
            <element name="ids" type="tns:ID" minOccurs="0" maxOccurs="10"/>
        </sequence>
    </complexType>
</element>
<element name="sendEmailMessageResponse">
    <complexType>
        <sequence>
            <element name="result" minOccurs="0" maxOccurs="10" type="tns:SendEmailResult"/>
        </sequence>
    </complexType>
</element>
<!--  Update Message Types  -->
<element name="update">
    <complexType>
        <sequence>
            <element name="sObjects" type="ens:sObject" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="updateResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:SaveResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Upsert Message Types  -->
<element name="upsert">
    <complexType>
        <sequence>
            <element name="externalIDFieldName" type="xsd:string"/>
            <element name="sObjects" type="ens:sObject" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="upsertResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:UpsertResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Merge Message Types  -->
<element name="merge">
    <complexType>
        <sequence>
            <element name="request" type="tns:MergeRequest" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="mergeResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:MergeResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Delete Message Types  -->
<element name="delete">
    <complexType>
        <sequence>
            <element name="ids" type="tns:ID" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="deleteResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DeleteResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Undelete Message Types  -->
<element name="undelete">
    <complexType>
        <sequence>
            <element name="ids" type="tns:ID" minOccurs="1" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="undeleteResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:UndeleteResult" minOccurs="1" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  EmptyRecycleBin Message Types  -->
<element name="emptyRecycleBin">
    <complexType>
        <sequence>
            <element name="ids" type="tns:ID" minOccurs="1" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="emptyRecycleBinResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:EmptyRecycleBinResult" minOccurs="1" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Process Message Types  -->
<element name="process">
    <complexType>
        <sequence>
            <element name="actions" type="tns:ProcessRequest" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="processResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:ProcessResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Perform Action Message Types  -->
<element name="performQuickActions">
    <complexType>
        <sequence>
            <element name="quickActions" type="tns:PerformQuickActionRequest" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="performQuickActionsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:PerformQuickActionResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="retrieveQuickActionTemplates">
    <complexType>
        <sequence>
            <element name="quickActionNames" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
            <element name="contextId" type="tns:ID" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="retrieveQuickActionTemplatesResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:QuickActionTemplateResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeQuickActions">
    <complexType>
        <sequence>
            <element name="quickActions" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeQuickActionsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeQuickActionResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeAvailableQuickActions">
    <complexType>
        <sequence>
            <element name="contextType" type="xsd:string" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeAvailableQuickActionsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeAvailableQuickActionResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="describeVisualForce">
    <complexType>
        <sequence>
            <element name="includeAllDetails" type="xsd:boolean"/>
            <element name="namespacePrefix" type="xsd:string" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="describeVisualForceResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:DescribeVisualForceResult"/>
        </sequence>
    </complexType>
</element>
<!--  Retrieve (ID List) Message Types  -->
<element name="retrieve">
    <complexType>
        <sequence>
            <element name="fieldList" type="xsd:string"/>
            <element name="sObjectType" type="xsd:string"/>
            <element name="ids" type="tns:ID" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="retrieveResponse">
    <complexType>
        <sequence>
            <element name="result" type="ens:sObject" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Convert Lead Message Types  -->
<element name="convertLead">
    <complexType>
        <sequence>
            <element name="leadConverts" type="tns:LeadConvert" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="convertLeadResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:LeadConvertResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Get Updated Message Types  -->
<element name="getUpdated">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
            <element name="startDate" type="xsd:dateTime"/>
            <element name="endDate" type="xsd:dateTime"/>
        </sequence>
    </complexType>
</element>
<element name="getUpdatedResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:GetUpdatedResult"/>
        </sequence>
    </complexType>
</element>
<!--  Get Deleted Message Types  -->
<element name="getDeleted">
    <complexType>
        <sequence>
            <element name="sObjectType" type="xsd:string"/>
            <element name="startDate" type="xsd:dateTime"/>
            <element name="endDate" type="xsd:dateTime"/>
        </sequence>
    </complexType>
</element>
<element name="getDeletedResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:GetDeletedResult"/>
        </sequence>
    </complexType>
</element>
<!--  Logout current session  -->
<element name="logout">
    <complexType/>
</element>
<element name="logoutResponse">
    <complexType/>
</element>
<!--  Invalidate a list of session ids  -->
<element name="invalidateSessions">
    <complexType>
        <sequence>
            <element name="sessionIds" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<element name="invalidateSessionsResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:InvalidateSessionsResult" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
<!--  Create Query  -->
<element name="query">
    <complexType>
        <sequence>
            <element name="queryString" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<element name="queryResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:QueryResult"/>
        </sequence>
    </complexType>
</element>
<!--  Create Query All  -->
<element name="queryAll">
    <complexType>
        <sequence>
            <element name="queryString" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<element name="queryAllResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:QueryResult"/>
        </sequence>
    </complexType>
</element>
<!--  Next Batch of sObjects from a query  -->
<element name="queryMore">
    <complexType>
        <sequence>
            <element name="queryLocator" type="tns:QueryLocator"/>
        </sequence>
    </complexType>
</element>
<element name="queryMoreResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:QueryResult"/>
        </sequence>
    </complexType>
</element>
<!--  Create Search  -->
<element name="search">
    <complexType>
        <sequence>
            <element name="searchString" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<element name="searchResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:SearchResult"/>
        </sequence>
    </complexType>
</element>
<element name="getServerTimestamp">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="getServerTimestampResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:GetServerTimestampResult"/>
        </sequence>
    </complexType>
</element>
<element name="setPassword">
    <complexType>
        <sequence>
            <element name="userId" type="tns:ID"/>
            <element name="password" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<element name="setPasswordResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:SetPasswordResult"/>
        </sequence>
    </complexType>
</element>
<element name="resetPassword">
    <complexType>
        <sequence>
            <element name="userId" type="tns:ID"/>
        </sequence>
    </complexType>
</element>
<element name="resetPasswordResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:ResetPasswordResult"/>
        </sequence>
    </complexType>
</element>
<element name="getUserInfo">
    <complexType>
        <sequence/>
    </complexType>
</element>
<element name="getUserInfoResponse">
    <complexType>
        <sequence>
            <element name="result" type="tns:GetUserInfoResult"/>
        </sequence>
    </complexType>
</element>
<!--  Header Elements  -->
<element name="SessionHeader">
    <complexType>
        <sequence>
            <element name="sessionId" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<element name="LoginScopeHeader">
    <complexType>
        <sequence>
            <element name="organizationId" type="tns:ID"/>
            <element name="portalId" type="tns:ID" minOccurs="0"/>
        </sequence>
    </complexType>
</element>
<element name="QueryOptions">
    <complexType>
        <sequence>
            <element name="batchSize" type="xsd:int" minOccurs="0"/>
        </sequence>
    </complexType>
</element>
<simpleType name="DebugLevel">
    <restriction base="xsd:string">
        <enumeration value="None"/>
        <enumeration value="DebugOnly"/>
        <enumeration value="Db"/>
        <enumeration value="Profiling"/>
        <enumeration value="Callout"/>
        <enumeration value="Detail"/>
    </restriction>
</simpleType>
<element name="DebuggingHeader">
    <complexType>
        <sequence>
            <xsd:element name="categories" minOccurs="0" maxOccurs="unbounded" type="tns:LogInfo"/>
            <element name="debugLevel" type="tns:DebugLevel"/>
        </sequence>
    </complexType>
</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>
<element name="DebuggingInfo">
    <complexType>
        <sequence>
            <element name="debugLog" type="xsd:string"/>
        </sequence>
    </complexType>
</element>
<xsd:complexType name="PackageVersion">
    <xsd:sequence>
        <xsd:element name="majorNumber" type="xsd:int"/>
        <xsd:element name="minorNumber" type="xsd:int"/>
        <xsd:element name="namespace" type="xsd:string"/>
    </xsd:sequence>
</xsd:complexType>
<xsd:element name="PackageVersionHeader">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="packageVersions" minOccurs="0" maxOccurs="unbounded" type="tns:PackageVersion"/>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
<element name="AllowFieldTruncationHeader">
    <complexType>
        <sequence>
            <element name="allowFieldTruncation" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="DisableFeedTrackingHeader">
    <complexType>
        <sequence>
            <element name="disableFeedTracking" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="StreamingEnabledHeader">
    <complexType>
        <sequence>
            <element name="streamingEnabled" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="AllOrNoneHeader">
    <complexType>
        <sequence>
            <element name="allOrNone" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="DuplicateRuleHeader">
    <complexType>
        <sequence>
            <element name="allowSave" type="xsd:boolean"/>
            <element name="includeRecordDetails" type="xsd:boolean"/>
            <element name="runAsCurrentUser" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<complexType name="LimitInfo">
    <sequence>
        <element name="current" type="xsd:int"/>
        <element name="limit" type="xsd:int"/>
        <element name="type" type="xsd:string"/>
    </sequence>
</complexType>
<element name="LimitInfoHeader">
    <complexType>
        <sequence>
            <element name="limitInfo" minOccurs="0" maxOccurs="unbounded" type="tns:LimitInfo"/>
        </sequence>
    </complexType>
</element>
<!--
 ideally this could of just been elem name="..." type="xsd:boolean"
                 but is required to be nested within a complexType for .NET 1.1 compatibility 
-->
<element name="MruHeader">
    <complexType>
        <sequence>
            <element name="updateMru" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="EmailHeader">
    <complexType>
        <sequence>
            <element name="triggerAutoResponseEmail" type="xsd:boolean"/>
            <element name="triggerOtherEmail" type="xsd:boolean"/>
            <element name="triggerUserEmail" type="xsd:boolean"/>
        </sequence>
    </complexType>
</element>
<element name="AssignmentRuleHeader">
    <complexType>
        <sequence>
            <element name="assignmentRuleId" type="tns:ID" nillable="true"/>
            <element name="useDefaultRule" type="xsd:boolean" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="UserTerritoryDeleteHeader">
    <complexType>
        <sequence>
            <element name="transferToUserId" type="tns:ID" nillable="true"/>
        </sequence>
    </complexType>
</element>
<element name="LocaleOptions">
    <complexType>
        <sequence>
            <element name="language" type="xsd:string" minOccurs="0"/>
            <element name="localizeErrors" type="xsd:boolean" minOccurs="0"/>
        </sequence>
    </complexType>
</element>
<simpleType name="OwnerChangeOptionType">
    <restriction base="xsd:string">
        <enumeration value="EnforceNewOwnerHasReadAccess"/>
        <enumeration value="TransferOpenActivities"/>
        <enumeration value="TransferNotesAndAttachments"/>
        <enumeration value="TransferOthersOpenOpportunities"/>
        <enumeration value="TransferOwnedOpenOpportunities"/>
        <enumeration value="TransferContracts"/>
        <enumeration value="TransferOrders"/>
        <enumeration value="TransferContacts"/>
    </restriction>
</simpleType>
<complexType name="OwnerChangeOption">
    <sequence>
        <element name="type" type="tns:OwnerChangeOptionType"/>
        <element name="execute" type="xsd:boolean"/>
    </sequence>
</complexType>
<element name="OwnerChangeOptions">
    <complexType>
        <sequence>
            <element name="options" type="tns:OwnerChangeOption" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
    </complexType>
</element>
</schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:fns="urn:fault.enterprise.soap.sforce.com" elementFormDefault="qualified" targetNamespace="urn:fault.enterprise.soap.sforce.com">
<import namespace="urn:enterprise.soap.sforce.com"/>
<simpleType name="ExceptionCode">
    <restriction base="xsd:string">
        <enumeration value="APEX_TRIGGER_COUPLING_LIMIT"/>
        <enumeration value="API_CURRENTLY_DISABLED"/>
        <enumeration value="API_DISABLED_FOR_ORG"/>
        <enumeration value="ARGUMENT_OBJECT_PARSE_ERROR"/>
        <enumeration value="ASYNC_OPERATION_LOCATOR"/>
        <enumeration value="ASYNC_QUERY_UNSUPPORTED_QUERY"/>
        <enumeration value="BATCH_PROCESSING_HALTED"/>
        <enumeration value="BIG_OBJECT_UNSUPPORTED_OPERATION"/>
        <enumeration value="CANNOT_DELETE_ENTITY"/>
        <enumeration value="CANNOT_DELETE_OWNER"/>
        <enumeration value="CANT_ADD_STANDADRD_PORTAL_USER_TO_TERRITORY"/>
        <enumeration value="CANT_ADD_STANDARD_PORTAL_USER_TO_TERRITORY"/>
        <enumeration value="CIRCULAR_OBJECT_GRAPH"/>
        <enumeration value="CLIENT_NOT_ACCESSIBLE_FOR_USER"/>
        <enumeration value="CLIENT_REQUIRE_UPDATE_FOR_USER"/>
        <enumeration value="CONTENT_CUSTOM_DOWNLOAD_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_AUTHENTICATION_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_FILE_DOWNLOAD_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_FILE_NOT_FOUND_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_INVALID_OBJECT_TYPE_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_INVALID_PAGE_NUMBER_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_INVALID_PAYLOAD"/>
        <enumeration value="CONTENT_HUB_INVALID_RENDITION_PAGE_NUMBER_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_ITEM_TYPE_NOT_FOUND_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_OBJECT_NOT_FOUND_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_OPERATION_NOT_SUPPORTED_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_SECURITY_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_TIMEOUT_EXCEPTION"/>
        <enumeration value="CONTENT_HUB_UNEXPECTED_EXCEPTION"/>
        <enumeration value="CUSTOM_METADATA_LIMIT_EXCEEDED"/>
        <enumeration value="CUSTOM_SETTINGS_LIMIT_EXCEEDED"/>
        <enumeration value="DATACLOUD_API_CLIENT_EXCEPTION"/>
        <enumeration value="DATACLOUD_API_DISABLED_EXCEPTION"/>
        <enumeration value="DATACLOUD_API_INVALID_QUERY_EXCEPTION"/>
        <enumeration value="DATACLOUD_API_SERVER_BUSY_EXCEPTION"/>
        <enumeration value="DATACLOUD_API_SERVER_EXCEPTION"/>
        <enumeration value="DATACLOUD_API_TIMEOUT_EXCEPTION"/>
        <enumeration value="DATACLOUD_API_UNAVAILABLE"/>
        <enumeration value="DUPLICATE_ARGUMENT_VALUE"/>
        <enumeration value="DUPLICATE_VALUE"/>
        <enumeration value="EMAIL_BATCH_SIZE_LIMIT_EXCEEDED"/>
        <enumeration value="EMAIL_TO_CASE_INVALID_ROUTING"/>
        <enumeration value="EMAIL_TO_CASE_LIMIT_EXCEEDED"/>
        <enumeration value="EMAIL_TO_CASE_NOT_ENABLED"/>
        <enumeration value="ENTITY_NOT_QUERYABLE"/>
        <enumeration value="ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT"/>
        <enumeration value="EXCEEDED_ID_LIMIT"/>
        <enumeration value="EXCEEDED_LEAD_CONVERT_LIMIT"/>
        <enumeration value="EXCEEDED_MAX_SIZE_REQUEST"/>
        <enumeration value="EXCEEDED_MAX_SOBJECTS"/>
        <enumeration value="EXCEEDED_MAX_TYPES_LIMIT"/>
        <enumeration value="EXCEEDED_QUOTA"/>
        <enumeration value="EXTERNAL_OBJECT_AUTHENTICATION_EXCEPTION"/>
        <enumeration value="EXTERNAL_OBJECT_CONNECTION_EXCEPTION"/>
        <enumeration value="EXTERNAL_OBJECT_EXCEPTION"/>
        <enumeration value="EXTERNAL_OBJECT_UNSUPPORTED_EXCEPTION"/>
        <enumeration value="FEDERATED_SEARCH_ERROR"/>
        <enumeration value="FEED_NOT_ENABLED_FOR_OBJECT"/>
        <enumeration value="FUNCTIONALITY_NOT_ENABLED"/>
        <enumeration value="FUNCTIONALITY_TEMPORARILY_UNAVAILABLE"/>
        <enumeration value="ILLEGAL_QUERY_PARAMETER_VALUE"/>
        <enumeration value="INACTIVE_OWNER_OR_USER"/>
        <enumeration value="INACTIVE_PORTAL"/>
        <enumeration value="INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE"/>
        <enumeration value="INSUFFICIENT_ACCESS"/>
        <enumeration value="INTERNAL_CANVAS_ERROR"/>
        <enumeration value="INVALID_ASSIGNMENT_RULE"/>
        <enumeration value="INVALID_BATCH_REQUEST"/>
        <enumeration value="INVALID_BATCH_SIZE"/>
        <enumeration value="INVALID_CLIENT"/>
        <enumeration value="INVALID_CROSS_REFERENCE_KEY"/>
        <enumeration value="INVALID_DATE_FORMAT"/>
        <enumeration value="INVALID_FIELD"/>
        <enumeration value="INVALID_FILTER_LANGUAGE"/>
        <enumeration value="INVALID_FILTER_VALUE"/>
        <enumeration value="INVALID_ID_FIELD"/>
        <enumeration value="INVALID_INPUT_COMBINATION"/>
        <enumeration value="INVALID_LOCALE_LANGUAGE"/>
        <enumeration value="INVALID_LOCATOR"/>
        <enumeration value="INVALID_LOGIN"/>
        <enumeration value="INVALID_MULTIPART_REQUEST"/>
        <enumeration value="INVALID_NEW_PASSWORD"/>
        <enumeration value="INVALID_OPERATION"/>
        <enumeration value="INVALID_OPERATION_WITH_EXPIRED_PASSWORD"/>
        <enumeration value="INVALID_PACKAGE_VERSION"/>
        <enumeration value="INVALID_PAGING_OPTION"/>
        <enumeration value="INVALID_QUERY_FILTER_OPERATOR"/>
        <enumeration value="INVALID_QUERY_LOCATOR"/>
        <enumeration value="INVALID_QUERY_SCOPE"/>
        <enumeration value="INVALID_REPLICATION_DATE"/>
        <enumeration value="INVALID_SEARCH"/>
        <enumeration value="INVALID_SEARCH_SCOPE"/>
        <enumeration value="INVALID_SESSION_ID"/>
        <enumeration value="INVALID_SOAP_HEADER"/>
        <enumeration value="INVALID_SORT_OPTION"/>
        <enumeration value="INVALID_SSO_GATEWAY_URL"/>
        <enumeration value="INVALID_TYPE"/>
        <enumeration value="INVALID_TYPE_FOR_OPERATION"/>
        <enumeration value="JIGSAW_ACTION_DISABLED"/>
        <enumeration value="JIGSAW_IMPORT_LIMIT_EXCEEDED"/>
        <enumeration value="JIGSAW_REQUEST_NOT_SUPPORTED"/>
        <enumeration value="JSON_PARSER_ERROR"/>
        <enumeration value="KEY_HAS_BEEN_DESTROYED"/>
        <enumeration value="LICENSING_DATA_ERROR"/>
        <enumeration value="LICENSING_UNKNOWN_ERROR"/>
        <enumeration value="LIMIT_EXCEEDED"/>
        <enumeration value="LOGIN_CHALLENGE_ISSUED"/>
        <enumeration value="LOGIN_CHALLENGE_PENDING"/>
        <enumeration value="LOGIN_DURING_RESTRICTED_DOMAIN"/>
        <enumeration value="LOGIN_DURING_RESTRICTED_TIME"/>
        <enumeration value="LOGIN_MUST_USE_SECURITY_TOKEN"/>
        <enumeration value="MALFORMED_ID"/>
        <enumeration value="MALFORMED_QUERY"/>
        <enumeration value="MALFORMED_SEARCH"/>
        <enumeration value="MISSING_ARGUMENT"/>
        <enumeration value="MISSING_RECORD"/>
        <enumeration value="MODIFIED"/>
        <enumeration value="MUTUAL_AUTHENTICATION_FAILED"/>
        <enumeration value="NOT_ACCEPTABLE"/>
        <enumeration value="NOT_MODIFIED"/>
        <enumeration value="NO_ACTIVE_DUPLICATE_RULE"/>
        <enumeration value="NO_SOFTPHONE_LAYOUT"/>
        <enumeration value="NUMBER_OUTSIDE_VALID_RANGE"/>
        <enumeration value="OPERATION_TOO_LARGE"/>
        <enumeration value="ORG_IN_MAINTENANCE"/>
        <enumeration value="ORG_IS_DOT_ORG"/>
        <enumeration value="ORG_IS_SIGNING_UP"/>
        <enumeration value="ORG_LOCKED"/>
        <enumeration value="ORG_NOT_OWNED_BY_INSTANCE"/>
        <enumeration value="PASSWORD_LOCKOUT"/>
        <enumeration value="PORTAL_NO_ACCESS"/>
        <enumeration value="POST_BODY_PARSE_ERROR"/>
        <enumeration value="QUERY_TIMEOUT"/>
        <enumeration value="QUERY_TOO_COMPLICATED"/>
        <enumeration value="REQUEST_LIMIT_EXCEEDED"/>
        <enumeration value="REQUEST_RUNNING_TOO_LONG"/>
        <enumeration value="SERVER_UNAVAILABLE"/>
        <enumeration value="SERVICE_DESK_NOT_ENABLED"/>
        <enumeration value="SOCIALCRM_FEEDSERVICE_API_CLIENT_EXCEPTION"/>
        <enumeration value="SOCIALCRM_FEEDSERVICE_API_SERVER_EXCEPTION"/>
        <enumeration value="SOCIALCRM_FEEDSERVICE_API_UNAVAILABLE"/>
        <enumeration value="SSO_SERVICE_DOWN"/>
        <enumeration value="SST_ADMIN_FILE_DOWNLOAD_EXCEPTION"/>
        <enumeration value="TOO_MANY_APEX_REQUESTS"/>
        <enumeration value="TOO_MANY_RECIPIENTS"/>
        <enumeration value="TOO_MANY_RECORDS"/>
        <enumeration value="TRIAL_EXPIRED"/>
        <enumeration value="TXN_SECURITY_END_A_SESSION"/>
        <enumeration value="TXN_SECURITY_NO_ACCESS"/>
        <enumeration value="TXN_SECURITY_TWO_FA_REQUIRED"/>
        <enumeration value="UNABLE_TO_LOCK_ROW"/>
        <enumeration value="UNKNOWN_ATTACHMENT_EXCEPTION"/>
        <enumeration value="UNKNOWN_EXCEPTION"/>
        <enumeration value="UNKNOWN_ORG_SETTING"/>
        <enumeration value="UNSUPPORTED_API_VERSION"/>
        <enumeration value="UNSUPPORTED_ATTACHMENT_ENCODING"/>
        <enumeration value="UNSUPPORTED_CLIENT"/>
        <enumeration value="UNSUPPORTED_MEDIA_TYPE"/>
        <enumeration value="XML_PARSER_ERROR"/>
    </restriction>
</simpleType>
<!--
 For convenience these QNames are returned in the standard soap faultcode element 
-->
<simpleType name="FaultCode">
    <restriction base="xsd:QName">
        <enumeration value="fns:APEX_TRIGGER_COUPLING_LIMIT"/>
        <enumeration value="fns:API_CURRENTLY_DISABLED"/>
        <enumeration value="fns:API_DISABLED_FOR_ORG"/>
        <enumeration value="fns:ARGUMENT_OBJECT_PARSE_ERROR"/>
        <enumeration value="fns:ASYNC_OPERATION_LOCATOR"/>
        <enumeration value="fns:ASYNC_QUERY_UNSUPPORTED_QUERY"/>
        <enumeration value="fns:BATCH_PROCESSING_HALTED"/>
        <enumeration value="fns:BIG_OBJECT_UNSUPPORTED_OPERATION"/>
        <enumeration value="fns:CANNOT_DELETE_ENTITY"/>
        <enumeration value="fns:CANNOT_DELETE_OWNER"/>
        <enumeration value="fns:CANT_ADD_STANDADRD_PORTAL_USER_TO_TERRITORY"/>
        <enumeration value="fns:CANT_ADD_STANDARD_PORTAL_USER_TO_TERRITORY"/>
        <enumeration value="fns:CIRCULAR_OBJECT_GRAPH"/>
        <enumeration value="fns:CLIENT_NOT_ACCESSIBLE_FOR_USER"/>
        <enumeration value="fns:CLIENT_REQUIRE_UPDATE_FOR_USER"/>
        <enumeration value="fns:CONTENT_CUSTOM_DOWNLOAD_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_AUTHENTICATION_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_FILE_DOWNLOAD_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_FILE_NOT_FOUND_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_INVALID_OBJECT_TYPE_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_INVALID_PAGE_NUMBER_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_INVALID_PAYLOAD"/>
        <enumeration value="fns:CONTENT_HUB_INVALID_RENDITION_PAGE_NUMBER_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_ITEM_TYPE_NOT_FOUND_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_OBJECT_NOT_FOUND_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_OPERATION_NOT_SUPPORTED_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_SECURITY_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_TIMEOUT_EXCEPTION"/>
        <enumeration value="fns:CONTENT_HUB_UNEXPECTED_EXCEPTION"/>
        <enumeration value="fns:CUSTOM_METADATA_LIMIT_EXCEEDED"/>
        <enumeration value="fns:CUSTOM_SETTINGS_LIMIT_EXCEEDED"/>
        <enumeration value="fns:DATACLOUD_API_CLIENT_EXCEPTION"/>
        <enumeration value="fns:DATACLOUD_API_DISABLED_EXCEPTION"/>
        <enumeration value="fns:DATACLOUD_API_INVALID_QUERY_EXCEPTION"/>
        <enumeration value="fns:DATACLOUD_API_SERVER_BUSY_EXCEPTION"/>
        <enumeration value="fns:DATACLOUD_API_SERVER_EXCEPTION"/>
        <enumeration value="fns:DATACLOUD_API_TIMEOUT_EXCEPTION"/>
        <enumeration value="fns:DATACLOUD_API_UNAVAILABLE"/>
        <enumeration value="fns:DUPLICATE_ARGUMENT_VALUE"/>
        <enumeration value="fns:DUPLICATE_VALUE"/>
        <enumeration value="fns:EMAIL_BATCH_SIZE_LIMIT_EXCEEDED"/>
        <enumeration value="fns:EMAIL_TO_CASE_INVALID_ROUTING"/>
        <enumeration value="fns:EMAIL_TO_CASE_LIMIT_EXCEEDED"/>
        <enumeration value="fns:EMAIL_TO_CASE_NOT_ENABLED"/>
        <enumeration value="fns:ENTITY_NOT_QUERYABLE"/>
        <enumeration value="fns:ENVIRONMENT_HUB_MEMBERSHIP_CONFLICT"/>
        <enumeration value="fns:EXCEEDED_ID_LIMIT"/>
        <enumeration value="fns:EXCEEDED_LEAD_CONVERT_LIMIT"/>
        <enumeration value="fns:EXCEEDED_MAX_SIZE_REQUEST"/>
        <enumeration value="fns:EXCEEDED_MAX_SOBJECTS"/>
        <enumeration value="fns:EXCEEDED_MAX_TYPES_LIMIT"/>
        <enumeration value="fns:EXCEEDED_QUOTA"/>
        <enumeration value="fns:EXTERNAL_OBJECT_AUTHENTICATION_EXCEPTION"/>
        <enumeration value="fns:EXTERNAL_OBJECT_CONNECTION_EXCEPTION"/>
        <enumeration value="fns:EXTERNAL_OBJECT_EXCEPTION"/>
        <enumeration value="fns:EXTERNAL_OBJECT_UNSUPPORTED_EXCEPTION"/>
        <enumeration value="fns:FEDERATED_SEARCH_ERROR"/>
        <enumeration value="fns:FEED_NOT_ENABLED_FOR_OBJECT"/>
        <enumeration value="fns:FUNCTIONALITY_NOT_ENABLED"/>
        <enumeration value="fns:FUNCTIONALITY_TEMPORARILY_UNAVAILABLE"/>
        <enumeration value="fns:ILLEGAL_QUERY_PARAMETER_VALUE"/>
        <enumeration value="fns:INACTIVE_OWNER_OR_USER"/>
        <enumeration value="fns:INACTIVE_PORTAL"/>
        <enumeration value="fns:INSERT_UPDATE_DELETE_NOT_ALLOWED_DURING_MAINTENANCE"/>
        <enumeration value="fns:INSUFFICIENT_ACCESS"/>
        <enumeration value="fns:INTERNAL_CANVAS_ERROR"/>
        <enumeration value="fns:INVALID_ASSIGNMENT_RULE"/>
        <enumeration value="fns:INVALID_BATCH_REQUEST"/>
        <enumeration value="fns:INVALID_BATCH_SIZE"/>
        <enumeration value="fns:INVALID_CLIENT"/>
        <enumeration value="fns:INVALID_CROSS_REFERENCE_KEY"/>
        <enumeration value="fns:INVALID_DATE_FORMAT"/>
        <enumeration value="fns:INVALID_FIELD"/>
        <enumeration value="fns:INVALID_FILTER_LANGUAGE"/>
        <enumeration value="fns:INVALID_FILTER_VALUE"/>
        <enumeration value="fns:INVALID_ID_FIELD"/>
        <enumeration value="fns:INVALID_INPUT_COMBINATION"/>
        <enumeration value="fns:INVALID_LOCALE_LANGUAGE"/>
        <enumeration value="fns:INVALID_LOCATOR"/>
        <enumeration value="fns:INVALID_LOGIN"/>
        <enumeration value="fns:INVALID_MULTIPART_REQUEST"/>
        <enumeration value="fns:INVALID_NEW_PASSWORD"/>
        <enumeration value="fns:INVALID_OPERATION"/>
        <enumeration value="fns:INVALID_OPERATION_WITH_EXPIRED_PASSWORD"/>
        <enumeration value="fns:INVALID_PACKAGE_VERSION"/>
        <enumeration value="fns:INVALID_PAGING_OPTION"/>
        <enumeration value="fns:INVALID_QUERY_FILTER_OPERATOR"/>
        <enumeration value="fns:INVALID_QUERY_LOCATOR"/>
        <enumeration value="fns:INVALID_QUERY_SCOPE"/>
        <enumeration value="fns:INVALID_REPLICATION_DATE"/>
        <enumeration value="fns:INVALID_SEARCH"/>
        <enumeration value="fns:INVALID_SEARCH_SCOPE"/>
        <enumeration value="fns:INVALID_SESSION_ID"/>
        <enumeration value="fns:INVALID_SOAP_HEADER"/>
        <enumeration value="fns:INVALID_SORT_OPTION"/>
        <enumeration value="fns:INVALID_SSO_GATEWAY_URL"/>
        <enumeration value="fns:INVALID_TYPE"/>
        <enumeration value="fns:INVALID_TYPE_FOR_OPERATION"/>
        <enumeration value="fns:JIGSAW_ACTION_DISABLED"/>
        <enumeration value="fns:JIGSAW_IMPORT_LIMIT_EXCEEDED"/>
        <enumeration value="fns:JIGSAW_REQUEST_NOT_SUPPORTED"/>
        <enumeration value="fns:JSON_PARSER_ERROR"/>
        <enumeration value="fns:KEY_HAS_BEEN_DESTROYED"/>
        <enumeration value="fns:LICENSING_DATA_ERROR"/>
        <enumeration value="fns:LICENSING_UNKNOWN_ERROR"/>
        <enumeration value="fns:LIMIT_EXCEEDED"/>
        <enumeration value="fns:LOGIN_CHALLENGE_ISSUED"/>
        <enumeration value="fns:LOGIN_CHALLENGE_PENDING"/>
        <enumeration value="fns:LOGIN_DURING_RESTRICTED_DOMAIN"/>
        <enumeration value="fns:LOGIN_DURING_RESTRICTED_TIME"/>
        <enumeration value="fns:LOGIN_MUST_USE_SECURITY_TOKEN"/>
        <enumeration value="fns:MALFORMED_ID"/>
        <enumeration value="fns:MALFORMED_QUERY"/>
        <enumeration value="fns:MALFORMED_SEARCH"/>
        <enumeration value="fns:MISSING_ARGUMENT"/>
        <enumeration value="fns:MISSING_RECORD"/>
        <enumeration value="fns:MODIFIED"/>
        <enumeration value="fns:MUTUAL_AUTHENTICATION_FAILED"/>
        <enumeration value="fns:NOT_ACCEPTABLE"/>
        <enumeration value="fns:NOT_MODIFIED"/>
        <enumeration value="fns:NO_ACTIVE_DUPLICATE_RULE"/>
        <enumeration value="fns:NO_SOFTPHONE_LAYOUT"/>
        <enumeration value="fns:NUMBER_OUTSIDE_VALID_RANGE"/>
        <enumeration value="fns:OPERATION_TOO_LARGE"/>
        <enumeration value="fns:ORG_IN_MAINTENANCE"/>
        <enumeration value="fns:ORG_IS_DOT_ORG"/>
        <enumeration value="fns:ORG_IS_SIGNING_UP"/>
        <enumeration value="fns:ORG_LOCKED"/>
        <enumeration value="fns:ORG_NOT_OWNED_BY_INSTANCE"/>
        <enumeration value="fns:PASSWORD_LOCKOUT"/>
        <enumeration value="fns:PORTAL_NO_ACCESS"/>
        <enumeration value="fns:POST_BODY_PARSE_ERROR"/>
        <enumeration value="fns:QUERY_TIMEOUT"/>
        <enumeration value="fns:QUERY_TOO_COMPLICATED"/>
        <enumeration value="fns:REQUEST_LIMIT_EXCEEDED"/>
        <enumeration value="fns:REQUEST_RUNNING_TOO_LONG"/>
        <enumeration value="fns:SERVER_UNAVAILABLE"/>
        <enumeration value="fns:SERVICE_DESK_NOT_ENABLED"/>
        <enumeration value="fns:SOCIALCRM_FEEDSERVICE_API_CLIENT_EXCEPTION"/>
        <enumeration value="fns:SOCIALCRM_FEEDSERVICE_API_SERVER_EXCEPTION"/>
        <enumeration value="fns:SOCIALCRM_FEEDSERVICE_API_UNAVAILABLE"/>
        <enumeration value="fns:SSO_SERVICE_DOWN"/>
        <enumeration value="fns:SST_ADMIN_FILE_DOWNLOAD_EXCEPTION"/>
        <enumeration value="fns:TOO_MANY_APEX_REQUESTS"/>
        <enumeration value="fns:TOO_MANY_RECIPIENTS"/>
        <enumeration value="fns:TOO_MANY_RECORDS"/>
        <enumeration value="fns:TRIAL_EXPIRED"/>
        <enumeration value="fns:TXN_SECURITY_END_A_SESSION"/>
        <enumeration value="fns:TXN_SECURITY_NO_ACCESS"/>
        <enumeration value="fns:TXN_SECURITY_TWO_FA_REQUIRED"/>
        <enumeration value="fns:UNABLE_TO_LOCK_ROW"/>
        <enumeration value="fns:UNKNOWN_ATTACHMENT_EXCEPTION"/>
        <enumeration value="fns:UNKNOWN_EXCEPTION"/>
        <enumeration value="fns:UNKNOWN_ORG_SETTING"/>
        <enumeration value="fns:UNSUPPORTED_API_VERSION"/>
        <enumeration value="fns:UNSUPPORTED_ATTACHMENT_ENCODING"/>
        <enumeration value="fns:UNSUPPORTED_CLIENT"/>
        <enumeration value="fns:UNSUPPORTED_MEDIA_TYPE"/>
        <enumeration value="fns:XML_PARSER_ERROR"/>
    </restriction>
</simpleType>
<!--  Fault  -->
<complexType name="ApiFault">
    <sequence>
        <element name="exceptionCode" type="fns:ExceptionCode"/>
        <element name="exceptionMessage" type="xsd:string"/>
        <element name="extendedErrorDetails" type="tns:ExtendedErrorDetails" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
</complexType>
<element name="fault" type="fns:ApiFault"/>
<complexType name="ApiQueryFault">
    <complexContent>
        <extension base="fns:ApiFault">
            <sequence>
                <element name="row" type="xsd:int"/>
                <element name="column" type="xsd:int"/>
            </sequence>
        </extension>
    </complexContent>
</complexType>
<complexType name="LoginFault">
    <complexContent>
        <extension base="fns:ApiFault"/>
    </complexContent>
</complexType>
<element name="LoginFault" type="fns:LoginFault"/>
<complexType name="InvalidQueryLocatorFault">
    <complexContent>
        <extension base="fns:ApiFault"/>
    </complexContent>
</complexType>
<element name="InvalidQueryLocatorFault" type="fns:InvalidQueryLocatorFault"/>
<complexType name="InvalidNewPasswordFault">
    <complexContent>
        <extension base="fns:ApiFault"/>
    </complexContent>
</complexType>
<element name="InvalidNewPasswordFault" type="fns:InvalidNewPasswordFault"/>
<complexType name="InvalidIdFault">
    <complexContent>
        <extension base="fns:ApiFault"/>
    </complexContent>
</complexType>
<element name="InvalidIdFault" type="fns:InvalidIdFault"/>
<complexType name="UnexpectedErrorFault">
    <complexContent>
        <extension base="fns:ApiFault"/>
    </complexContent>
</complexType>
<element name="UnexpectedErrorFault" type="fns:UnexpectedErrorFault"/>
<complexType name="InvalidFieldFault">
    <complexContent>
        <extension base="fns:ApiQueryFault"/>
    </complexContent>
</complexType>
<element name="InvalidFieldFault" type="fns:InvalidFieldFault"/>
<complexType name="InvalidSObjectFault">
    <complexContent>
        <extension base="fns:ApiQueryFault"/>
    </complexContent>
</complexType>
<element name="InvalidSObjectFault" type="fns:InvalidSObjectFault"/>
<complexType name="MalformedQueryFault">
    <complexContent>
        <extension base="fns:ApiQueryFault"/>
    </complexContent>
</complexType>
<element name="MalformedQueryFault" type="fns:MalformedQueryFault"/>
<complexType name="MalformedSearchFault">
    <complexContent>
        <extension base="fns:ApiQueryFault"/>
    </complexContent>
</complexType>
<element name="MalformedSearchFault" type="fns:MalformedSearchFault"/>
</schema>
</types>
<!--  Header Message  -->
<message name="Header">
    <part element="tns:LoginScopeHeader" name="LoginScopeHeader"/>
    <part element="tns:SessionHeader" name="SessionHeader"/>
    <part element="tns:QueryOptions" name="QueryOptions"/>
    <part element="tns:AssignmentRuleHeader" name="AssignmentRuleHeader"/>
    <part element="tns:AllowFieldTruncationHeader" name="AllowFieldTruncationHeader"/>
    <part element="tns:AllOrNoneHeader" name="AllOrNoneHeader"/>
    <part element="tns:DuplicateRuleHeader" name="DuplicateRuleHeader"/>
    <part element="tns:DisableFeedTrackingHeader" name="DisableFeedTrackingHeader"/>
    <part element="tns:StreamingEnabledHeader" name="StreamingEnabledHeader"/>
    <part element="tns:MruHeader" name="MruHeader"/>
    <part element="tns:EmailHeader" name="EmailHeader"/>
    <part element="tns:UserTerritoryDeleteHeader" name="UserTerritoryDeleteHeader"/>
    <part element="tns:DebuggingHeader" name="DebuggingHeader"/>
    <part element="tns:PackageVersionHeader" name="PackageVersionHeader"/>
    <part element="tns:DebuggingInfo" name="DebuggingInfo"/>
    <part element="tns:LimitInfoHeader" name="LimitInfoHeader"/>
    <part element="tns:LocaleOptions" name="LocaleOptions"/>
    <part element="tns:OwnerChangeOptions" name="OwnerChangeOptions"/>
</message>
<!--  Fault Messages  -->
<message name="ApiFault">
    <part name="fault" element="fns:fault"/>
</message>
<message name="LoginFault">
    <part name="fault" element="fns:LoginFault"/>
</message>
<message name="InvalidQueryLocatorFault">
    <part name="fault" element="fns:InvalidQueryLocatorFault"/>
</message>
<message name="InvalidNewPasswordFault">
    <part name="fault" element="fns:InvalidNewPasswordFault"/>
</message>
<message name="InvalidIdFault">
    <part name="fault" element="fns:InvalidIdFault"/>
</message>
<message name="UnexpectedErrorFault">
    <part name="fault" element="fns:UnexpectedErrorFault"/>
</message>
<message name="InvalidFieldFault">
    <part name="fault" element="fns:InvalidFieldFault"/>
</message>
<message name="InvalidSObjectFault">
    <part name="fault" element="fns:InvalidSObjectFault"/>
</message>
<message name="MalformedQueryFault">
    <part name="fault" element="fns:MalformedQueryFault"/>
</message>
<message name="MalformedSearchFault">
    <part name="fault" element="fns:MalformedSearchFault"/>
</message>
<!--  Method Messages  -->
<message name="loginRequest">
    <part element="tns:login" name="parameters"/>
</message>
<message name="loginResponse">
    <part element="tns:loginResponse" name="parameters"/>
</message>
<message name="describeSObjectRequest">
    <part element="tns:describeSObject" name="parameters"/>
</message>
<message name="describeSObjectResponse">
    <part element="tns:describeSObjectResponse" name="parameters"/>
</message>
<message name="describeSObjectsRequest">
    <part element="tns:describeSObjects" name="parameters"/>
</message>
<message name="describeSObjectsResponse">
    <part element="tns:describeSObjectsResponse" name="parameters"/>
</message>
<message name="describeGlobalRequest">
    <part element="tns:describeGlobal" name="parameters"/>
</message>
<message name="describeGlobalResponse">
    <part element="tns:describeGlobalResponse" name="parameters"/>
</message>
<message name="describeDataCategoryGroupsRequest">
    <part element="tns:describeDataCategoryGroups" name="parameters"/>
</message>
<message name="describeDataCategoryGroupsResponse">
    <part element="tns:describeDataCategoryGroupsResponse" name="parameters"/>
</message>
<message name="describeDataCategoryGroupStructuresRequest">
    <part element="tns:describeDataCategoryGroupStructures" name="parameters"/>
</message>
<message name="describeDataCategoryGroupStructuresResponse">
    <part element="tns:describeDataCategoryGroupStructuresResponse" name="parameters"/>
</message>
<message name="describeKnowledgeSettingsRequest">
    <part element="tns:describeKnowledgeSettings" name="parameters"/>
</message>
<message name="describeKnowledgeSettingsResponse">
    <part element="tns:describeKnowledgeSettingsResponse" name="parameters"/>
</message>
<message name="describeFlexiPagesRequest">
    <part element="tns:describeFlexiPages" name="parameters"/>
</message>
<message name="describeFlexiPagesResponse">
    <part element="tns:describeFlexiPagesResponse" name="parameters"/>
</message>
<message name="describeAppMenuRequest">
    <part element="tns:describeAppMenu" name="parameters"/>
</message>
<message name="describeAppMenuResponse">
    <part element="tns:describeAppMenuResponse" name="parameters"/>
</message>
<message name="describeGlobalThemeRequest">
    <part element="tns:describeGlobalTheme" name="parameters"/>
</message>
<message name="describeGlobalThemeResponse">
    <part element="tns:describeGlobalThemeResponse" name="parameters"/>
</message>
<message name="describeThemeRequest">
    <part element="tns:describeTheme" name="parameters"/>
</message>
<message name="describeThemeResponse">
    <part element="tns:describeThemeResponse" name="parameters"/>
</message>
<message name="describeLayoutRequest">
    <part element="tns:describeLayout" name="parameters"/>
</message>
<message name="describeLayoutResponse">
    <part element="tns:describeLayoutResponse" name="parameters"/>
</message>
<message name="describeSoftphoneLayoutRequest">
    <part element="tns:describeSoftphoneLayout" name="parameters"/>
</message>
<message name="describeSoftphoneLayoutResponse">
    <part element="tns:describeSoftphoneLayoutResponse" name="parameters"/>
</message>
<message name="describeSearchLayoutsRequest">
    <part element="tns:describeSearchLayouts" name="parameters"/>
</message>
<message name="describeSearchLayoutsResponse">
    <part element="tns:describeSearchLayoutsResponse" name="parameters"/>
</message>
<message name="describeSearchableEntitiesRequest">
    <part element="tns:describeSearchableEntities" name="parameters"/>
</message>
<message name="describeSearchableEntitiesResponse">
    <part element="tns:describeSearchableEntitiesResponse" name="parameters"/>
</message>
<message name="describeSearchScopeOrderRequest">
    <part element="tns:describeSearchScopeOrder" name="parameters"/>
</message>
<message name="describeSearchScopeOrderResponse">
    <part element="tns:describeSearchScopeOrderResponse" name="parameters"/>
</message>
<message name="describeCompactLayoutsRequest">
    <part element="tns:describeCompactLayouts" name="parameters"/>
</message>
<message name="describeCompactLayoutsResponse">
    <part element="tns:describeCompactLayoutsResponse" name="parameters"/>
</message>
<message name="describePathAssistantsRequest">
    <part element="tns:describePathAssistants" name="parameters"/>
</message>
<message name="describePathAssistantsResponse">
    <part element="tns:describePathAssistantsResponse" name="parameters"/>
</message>
<message name="describeApprovalLayoutRequest">
    <part element="tns:describeApprovalLayout" name="parameters"/>
</message>
<message name="describeApprovalLayoutResponse">
    <part element="tns:describeApprovalLayoutResponse" name="parameters"/>
</message>
<message name="describeSoqlListViewsRequest">
    <part element="tns:describeSoqlListViews" name="parameters"/>
</message>
<message name="describeSoqlListViewsResponse">
    <part element="tns:describeSoqlListViewsResponse" name="parameters"/>
</message>
<message name="executeListViewRequest">
    <part element="tns:executeListView" name="parameters"/>
</message>
<message name="executeListViewResponse">
    <part element="tns:executeListViewResponse" name="parameters"/>
</message>
<message name="describeSObjectListViewsRequest">
    <part element="tns:describeSObjectListViews" name="parameters"/>
</message>
<message name="describeSObjectListViewsResponse">
    <part element="tns:describeSObjectListViewsResponse" name="parameters"/>
</message>
<message name="describeTabsRequest">
    <part element="tns:describeTabs" name="parameters"/>
</message>
<message name="describeTabsResponse">
    <part element="tns:describeTabsResponse" name="parameters"/>
</message>
<message name="describeAllTabsRequest">
    <part element="tns:describeAllTabs" name="parameters"/>
</message>
<message name="describeAllTabsResponse">
    <part element="tns:describeAllTabsResponse" name="parameters"/>
</message>
<message name="describePrimaryCompactLayoutsRequest">
    <part element="tns:describePrimaryCompactLayouts" name="parameters"/>
</message>
<message name="describePrimaryCompactLayoutsResponse">
    <part element="tns:describePrimaryCompactLayoutsResponse" name="parameters"/>
</message>
<message name="createRequest">
    <part element="tns:create" name="parameters"/>
</message>
<message name="createResponse">
    <part element="tns:createResponse" name="parameters"/>
</message>
<message name="updateRequest">
    <part element="tns:update" name="parameters"/>
</message>
<message name="updateResponse">
    <part element="tns:updateResponse" name="parameters"/>
</message>
<message name="upsertRequest">
    <part element="tns:upsert" name="parameters"/>
</message>
<message name="upsertResponse">
    <part element="tns:upsertResponse" name="parameters"/>
</message>
<message name="mergeRequest">
    <part element="tns:merge" name="parameters"/>
</message>
<message name="mergeResponse">
    <part element="tns:mergeResponse" name="parameters"/>
</message>
<message name="deleteRequest">
    <part element="tns:delete" name="parameters"/>
</message>
<message name="deleteResponse">
    <part element="tns:deleteResponse" name="parameters"/>
</message>
<message name="undeleteRequest">
    <part element="tns:undelete" name="parameters"/>
</message>
<message name="undeleteResponse">
    <part element="tns:undeleteResponse" name="parameters"/>
</message>
<message name="emptyRecycleBinRequest">
    <part element="tns:emptyRecycleBin" name="parameters"/>
</message>
<message name="emptyRecycleBinResponse">
    <part element="tns:emptyRecycleBinResponse" name="parameters"/>
</message>
<message name="retrieveRequest">
    <part element="tns:retrieve" name="parameters"/>
</message>
<message name="retrieveResponse">
    <part element="tns:retrieveResponse" name="parameters"/>
</message>
<message name="processRequest">
    <part element="tns:process" name="parameters"/>
</message>
<message name="processResponse">
    <part element="tns:processResponse" name="parameters"/>
</message>
<message name="convertLeadRequest">
    <part element="tns:convertLead" name="parameters"/>
</message>
<message name="convertLeadResponse">
    <part element="tns:convertLeadResponse" name="parameters"/>
</message>
<message name="logoutRequest">
    <part element="tns:logout" name="parameters"/>
</message>
<message name="logoutResponse">
    <part element="tns:logoutResponse" name="parameters"/>
</message>
<message name="invalidateSessionsRequest">
    <part element="tns:invalidateSessions" name="parameters"/>
</message>
<message name="invalidateSessionsResponse">
    <part element="tns:invalidateSessionsResponse" name="parameters"/>
</message>
<message name="getDeletedRequest">
    <part element="tns:getDeleted" name="parameters"/>
</message>
<message name="getDeletedResponse">
    <part element="tns:getDeletedResponse" name="parameters"/>
</message>
<message name="getUpdatedRequest">
    <part element="tns:getUpdated" name="parameters"/>
</message>
<message name="getUpdatedResponse">
    <part element="tns:getUpdatedResponse" name="parameters"/>
</message>
<message name="queryRequest">
    <part element="tns:query" name="parameters"/>
</message>
<message name="queryResponse">
    <part element="tns:queryResponse" name="parameters"/>
</message>
<message name="queryAllRequest">
    <part element="tns:queryAll" name="parameters"/>
</message>
<message name="queryAllResponse">
    <part element="tns:queryAllResponse" name="parameters"/>
</message>
<message name="queryMoreRequest">
    <part element="tns:queryMore" name="parameters"/>
</message>
<message name="queryMoreResponse">
    <part element="tns:queryMoreResponse" name="parameters"/>
</message>
<message name="searchRequest">
    <part element="tns:search" name="parameters"/>
</message>
<message name="searchResponse">
    <part element="tns:searchResponse" name="parameters"/>
</message>
<message name="getServerTimestampRequest">
    <part element="tns:getServerTimestamp" name="parameters"/>
</message>
<message name="getServerTimestampResponse">
    <part element="tns:getServerTimestampResponse" name="parameters"/>
</message>
<message name="setPasswordRequest">
    <part element="tns:setPassword" name="parameters"/>
</message>
<message name="setPasswordResponse">
    <part element="tns:setPasswordResponse" name="parameters"/>
</message>
<message name="resetPasswordRequest">
    <part element="tns:resetPassword" name="parameters"/>
</message>
<message name="resetPasswordResponse">
    <part element="tns:resetPasswordResponse" name="parameters"/>
</message>
<message name="getUserInfoRequest">
    <part element="tns:getUserInfo" name="parameters"/>
</message>
<message name="getUserInfoResponse">
    <part element="tns:getUserInfoResponse" name="parameters"/>
</message>
<message name="sendEmailMessageRequest">
    <part element="tns:sendEmailMessage" name="parameters"/>
</message>
<message name="sendEmailMessageResponse">
    <part element="tns:sendEmailMessageResponse" name="parameters"/>
</message>
<message name="sendEmailRequest">
    <part element="tns:sendEmail" name="parameters"/>
</message>
<message name="sendEmailResponse">
    <part element="tns:sendEmailResponse" name="parameters"/>
</message>
<message name="renderEmailTemplateRequest">
    <part element="tns:renderEmailTemplate" name="parameters"/>
</message>
<message name="renderEmailTemplateResponse">
    <part element="tns:renderEmailTemplateResponse" name="parameters"/>
</message>
<message name="performQuickActionsRequest">
    <part element="tns:performQuickActions" name="parameters"/>
</message>
<message name="performQuickActionsResponse">
    <part element="tns:performQuickActionsResponse" name="parameters"/>
</message>
<message name="describeQuickActionsRequest">
    <part element="tns:describeQuickActions" name="parameters"/>
</message>
<message name="describeQuickActionsResponse">
    <part element="tns:describeQuickActionsResponse" name="parameters"/>
</message>
<message name="describeAvailableQuickActionsRequest">
    <part element="tns:describeAvailableQuickActions" name="parameters"/>
</message>
<message name="describeAvailableQuickActionsResponse">
    <part element="tns:describeAvailableQuickActionsResponse" name="parameters"/>
</message>
<message name="retrieveQuickActionTemplatesRequest">
    <part element="tns:retrieveQuickActionTemplates" name="parameters"/>
</message>
<message name="retrieveQuickActionTemplatesResponse">
    <part element="tns:retrieveQuickActionTemplatesResponse" name="parameters"/>
</message>
<message name="describeVisualForceRequest">
    <part element="tns:describeVisualForce" name="parameters"/>
</message>
<message name="describeVisualForceResponse">
    <part element="tns:describeVisualForceResponse" name="parameters"/>
</message>
<message name="findDuplicatesRequest">
    <part element="tns:findDuplicates" name="parameters"/>
</message>
<message name="findDuplicatesResponse">
    <part element="tns:findDuplicatesResponse" name="parameters"/>
</message>
<message name="describeNounsRequest">
    <part element="tns:describeNouns" name="parameters"/>
</message>
<message name="describeNounsResponse">
    <part element="tns:describeNounsResponse" name="parameters"/>
</message>
<!--  Soap PortType  -->
<portType name="Soap">
    <operation name="login">
        <documentation>Login to the Salesforce.com SOAP Api</documentation>
        <input message="tns:loginRequest"/>
        <output message="tns:loginResponse"/>
        <fault message="tns:LoginFault" name="LoginFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
    </operation>
    <operation name="describeSObject">
        <documentation>Describe an sObject</documentation>
        <input message="tns:describeSObjectRequest"/>
        <output message="tns:describeSObjectResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeSObjects">
        <documentation>Describe multiple sObjects (upto 100)</documentation>
        <input message="tns:describeSObjectsRequest"/>
        <output message="tns:describeSObjectsResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeGlobal">
        <documentation>Describe the Global state</documentation>
        <input message="tns:describeGlobalRequest"/>
        <output message="tns:describeGlobalResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeDataCategoryGroups">
        <documentation>
            Describe all the data category groups available for a given set of types
        </documentation>
        <input message="tns:describeDataCategoryGroupsRequest"/>
        <output message="tns:describeDataCategoryGroupsResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeDataCategoryGroupStructures">
        <documentation>
            Describe the data category group structures for a given set of pair of types and data category group name
        </documentation>
        <input message="tns:describeDataCategoryGroupStructuresRequest"/>
        <output message="tns:describeDataCategoryGroupStructuresResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeKnowledgeSettings">
        <documentation>
            Describes your Knowledge settings, such as if knowledgeEnabled is on or off, its default language and supported languages
        </documentation>
        <input message="tns:describeKnowledgeSettingsRequest"/>
        <output message="tns:describeKnowledgeSettingsResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeFlexiPages">
        <documentation>Describe a list of FlexiPage and their contents</documentation>
        <input message="tns:describeFlexiPagesRequest"/>
        <output message="tns:describeFlexiPagesResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
    </operation>
    <operation name="describeAppMenu">
        <documentation>Describe the items in an AppMenu</documentation>
        <input message="tns:describeAppMenuRequest"/>
        <output message="tns:describeAppMenuResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeGlobalTheme">
        <documentation>Describe Gloal and Themes</documentation>
        <input message="tns:describeGlobalThemeRequest"/>
        <output message="tns:describeGlobalThemeResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeTheme">
        <documentation>Describe Themes</documentation>
        <input message="tns:describeThemeRequest"/>
        <output message="tns:describeThemeResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeLayout">
        <documentation>
            Describe the layout of the given sObject or the given actionable global page.
        </documentation>
        <input message="tns:describeLayoutRequest"/>
        <output message="tns:describeLayoutResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
    </operation>
    <operation name="describeSoftphoneLayout">
        <documentation>Describe the layout of the SoftPhone</documentation>
        <input message="tns:describeSoftphoneLayoutRequest"/>
        <output message="tns:describeSoftphoneLayoutResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeSearchLayouts">
        <documentation>Describe the search view of an sObject</documentation>
        <input message="tns:describeSearchLayoutsRequest"/>
        <output message="tns:describeSearchLayoutsResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeSearchableEntities">
        <documentation>
            Describe a list of entity names that reflects the current user's searchable entities
        </documentation>
        <input message="tns:describeSearchableEntitiesRequest"/>
        <output message="tns:describeSearchableEntitiesResponse"/>
    </operation>
    <operation name="describeSearchScopeOrder">
        <documentation>
            Describe a list of objects representing the order and scope of objects on a users search result page
        </documentation>
        <input message="tns:describeSearchScopeOrderRequest"/>
        <output message="tns:describeSearchScopeOrderResponse"/>
    </operation>
    <operation name="describeCompactLayouts">
        <documentation>Describe the compact layouts of the given sObject</documentation>
        <input message="tns:describeCompactLayoutsRequest"/>
        <output message="tns:describeCompactLayoutsResponse"/>
    </operation>
    <operation name="describePathAssistants">
        <documentation>
            Describe the Path Assistants for the given sObject and optionally RecordTypes
        </documentation>
        <input message="tns:describePathAssistantsRequest"/>
        <output message="tns:describePathAssistantsResponse"/>
    </operation>
    <operation name="describeApprovalLayout">
        <documentation>Describe the approval layouts of the given sObject</documentation>
        <input message="tns:describeApprovalLayoutRequest"/>
        <output message="tns:describeApprovalLayoutResponse"/>
    </operation>
    <operation name="describeSoqlListViews">
        <documentation>
            Describe the ListViews as SOQL metadata for the generation of SOQL.
        </documentation>
        <input message="tns:describeSoqlListViewsRequest"/>
        <output message="tns:describeSoqlListViewsResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="executeListView">
        <documentation>
            Execute the specified list view and return the presentation-ready results.
        </documentation>
        <input message="tns:executeListViewRequest"/>
        <output message="tns:executeListViewResponse"/>
    </operation>
    <operation name="describeSObjectListViews">
        <documentation>
            Describe the ListViews of a SObject as SOQL metadata for the generation of SOQL.
        </documentation>
        <input message="tns:describeSObjectListViewsRequest"/>
        <output message="tns:describeSObjectListViewsResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeTabs">
        <documentation>Describe the tabs that appear on a users page</documentation>
        <input message="tns:describeTabsRequest"/>
        <output message="tns:describeTabsResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describeAllTabs">
        <documentation>Describe all tabs available to a user</documentation>
        <input message="tns:describeAllTabsRequest"/>
        <output message="tns:describeAllTabsResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="describePrimaryCompactLayouts">
        <documentation>
            Describe the primary compact layouts for the sObjects requested
        </documentation>
        <input message="tns:describePrimaryCompactLayoutsRequest"/>
        <output message="tns:describePrimaryCompactLayoutsResponse"/>
    </operation>
    <operation name="create">
        <documentation>Create a set of new sObjects</documentation>
        <input message="tns:createRequest"/>
        <output message="tns:createResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
    </operation>
    <operation name="update">
        <documentation>Update a set of sObjects</documentation>
        <input message="tns:updateRequest"/>
        <output message="tns:updateResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
    </operation>
    <operation name="upsert">
        <documentation>
            Update or insert a set of sObjects based on object id
        </documentation>
        <input message="tns:upsertRequest"/>
        <output message="tns:upsertResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
    </operation>
    <operation name="merge">
        <documentation>
            Merge and update a set of sObjects based on object id
        </documentation>
        <input message="tns:mergeRequest"/>
        <output message="tns:mergeResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
    </operation>
    <operation name="delete">
        <documentation>Delete a set of sObjects</documentation>
        <input message="tns:deleteRequest"/>
        <output message="tns:deleteResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="undelete">
        <documentation>Undelete a set of sObjects</documentation>
        <input message="tns:undeleteRequest"/>
        <output message="tns:undeleteResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="emptyRecycleBin">
        <documentation>Empty a set of sObjects from the recycle bin</documentation>
        <input message="tns:emptyRecycleBinRequest"/>
        <output message="tns:emptyRecycleBinResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="retrieve">
        <documentation>Get a set of sObjects</documentation>
        <input message="tns:retrieveRequest"/>
        <output message="tns:retrieveResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
        <fault message="tns:MalformedQueryFault" name="MalformedQueryFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
    </operation>
    <operation name="process">
        <documentation>
            Submit an entity to a workflow process or process a workitem
        </documentation>
        <input message="tns:processRequest"/>
        <output message="tns:processResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
    </operation>
    <operation name="convertLead">
        <documentation>convert a set of leads</documentation>
        <input message="tns:convertLeadRequest"/>
        <output message="tns:convertLeadResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="logout">
        <documentation>
            Logout the current user, invalidating the current session.
        </documentation>
        <input message="tns:logoutRequest"/>
        <output message="tns:logoutResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="invalidateSessions">
        <documentation>Logs out and invalidates session ids</documentation>
        <input message="tns:invalidateSessionsRequest"/>
        <output message="tns:invalidateSessionsResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="getDeleted">
        <documentation>Get the IDs for deleted sObjects</documentation>
        <input message="tns:getDeletedRequest"/>
        <output message="tns:getDeletedResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="getUpdated">
        <documentation>Get the IDs for updated sObjects</documentation>
        <input message="tns:getUpdatedRequest"/>
        <output message="tns:getUpdatedResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="query">
        <documentation>Create a Query Cursor</documentation>
        <input message="tns:queryRequest"/>
        <output message="tns:queryResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
        <fault message="tns:MalformedQueryFault" name="MalformedQueryFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidQueryLocatorFault" name="InvalidQueryLocatorFault"/>
    </operation>
    <operation name="queryAll">
        <documentation>Create a Query Cursor, including deleted sObjects</documentation>
        <input message="tns:queryAllRequest"/>
        <output message="tns:queryAllResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
        <fault message="tns:MalformedQueryFault" name="MalformedQueryFault"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidQueryLocatorFault" name="InvalidQueryLocatorFault"/>
    </operation>
    <operation name="queryMore">
        <documentation>Gets the next batch of sObjects from a query</documentation>
        <input message="tns:queryMoreRequest"/>
        <output message="tns:queryMoreResponse"/>
        <fault message="tns:InvalidQueryLocatorFault" name="InvalidQueryLocatorFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
        <fault message="tns:MalformedQueryFault" name="MalformedQueryFault"/>
    </operation>
    <operation name="search">
        <documentation>Search for sObjects</documentation>
        <input message="tns:searchRequest"/>
        <output message="tns:searchResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
        <fault message="tns:MalformedSearchFault" name="MalformedSearchFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="getServerTimestamp">
        <documentation>Gets server timestamp</documentation>
        <input message="tns:getServerTimestampRequest"/>
        <output message="tns:getServerTimestampResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="setPassword">
        <documentation>Set a user's password</documentation>
        <input message="tns:setPasswordRequest"/>
        <output message="tns:setPasswordResponse"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:InvalidNewPasswordFault" name="InvalidNewPasswordFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="resetPassword">
        <documentation>Reset a user's password</documentation>
        <input message="tns:resetPasswordRequest"/>
        <output message="tns:resetPasswordResponse"/>
        <fault message="tns:InvalidIdFault" name="InvalidIdFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="getUserInfo">
        <documentation>
            Returns standard information relevant to the current user
        </documentation>
        <input message="tns:getUserInfoRequest"/>
        <output message="tns:getUserInfoResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="sendEmailMessage">
        <documentation>Send existing draft EmailMessage</documentation>
        <input message="tns:sendEmailMessageRequest"/>
        <output message="tns:sendEmailMessageResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="sendEmail">
        <documentation>Send outbound email</documentation>
        <input message="tns:sendEmailRequest"/>
        <output message="tns:sendEmailResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="renderEmailTemplate">
        <documentation>
            Perform a template merge on one or more blocks of text.
        </documentation>
        <input message="tns:renderEmailTemplateRequest"/>
        <output message="tns:renderEmailTemplateResponse"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
    </operation>
    <operation name="performQuickActions">
        <documentation>
            Perform a series of predefined actions such as quick create or log a task
        </documentation>
        <input message="tns:performQuickActionsRequest"/>
        <output message="tns:performQuickActionsResponse"/>
    </operation>
    <operation name="describeQuickActions">
        <documentation>Describe the details of a series of quick actions</documentation>
        <input message="tns:describeQuickActionsRequest"/>
        <output message="tns:describeQuickActionsResponse"/>
    </operation>
    <operation name="describeAvailableQuickActions">
        <documentation>
            Describe the details of a series of quick actions available for the given contextType
        </documentation>
        <input message="tns:describeAvailableQuickActionsRequest"/>
        <output message="tns:describeAvailableQuickActionsResponse"/>
    </operation>
    <operation name="retrieveQuickActionTemplates">
        <documentation>
            Retreive the template sobjects, if appropriate, for the given quick action names in a given context
        </documentation>
        <input message="tns:retrieveQuickActionTemplatesRequest"/>
        <output message="tns:retrieveQuickActionTemplatesResponse"/>
    </operation>
    <operation name="describeVisualForce">
        <documentation>Describe visualforce for an org</documentation>
        <input message="tns:describeVisualForceRequest"/>
        <output message="tns:describeVisualForceResponse"/>
    </operation>
    <operation name="findDuplicates">
        <documentation>Find duplicates for a set of sObjects</documentation>
        <input message="tns:findDuplicatesRequest"/>
        <output message="tns:findDuplicatesResponse"/>
        <fault message="tns:InvalidSObjectFault" name="InvalidSObjectFault"/>
        <fault message="tns:UnexpectedErrorFault" name="UnexpectedErrorFault"/>
        <fault message="tns:InvalidFieldFault" name="InvalidFieldFault"/>
    </operation>
    <operation name="describeNouns">
        <documentation>
            Return the renameable nouns from the server for use in presentation using the salesforce grammar engine
        </documentation>
        <input message="tns:describeNounsRequest"/>
        <output message="tns:describeNounsResponse"/>
    </operation>
</portType>
<!--  Soap Binding  -->
<binding name="SoapBinding" type="tns:Soap">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="login">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="LoginScopeHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:body use="literal"/>
        </output>
        <fault name="LoginFault">
            <soap:fault name="LoginFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeSObject">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeSObjects">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeGlobal">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeDataCategoryGroups">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeDataCategoryGroupStructures">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeKnowledgeSettings">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeFlexiPages">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeAppMenu">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeGlobalTheme">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeTheme">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeLayout">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeSoftphoneLayout">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeSearchLayouts">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeSearchableEntities">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeSearchScopeOrder">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeCompactLayouts">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describePathAssistants">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeApprovalLayout">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeSoqlListViews">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="executeListView">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeSObjectListViews">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeTabs">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeAllTabs">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describePrimaryCompactLayouts">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="create">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AssignmentRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllOrNoneHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="EmailHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
    </operation>
    <operation name="update">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AssignmentRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllOrNoneHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="EmailHeader"/>
            <soap:header use="literal" message="tns:Header" part="OwnerChangeOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
    </operation>
    <operation name="upsert">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AssignmentRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllOrNoneHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="EmailHeader"/>
            <soap:header use="literal" message="tns:Header" part="OwnerChangeOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
    </operation>
    <operation name="merge">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AssignmentRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="EmailHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
    </operation>
    <operation name="delete">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="UserTerritoryDeleteHeader"/>
            <soap:header use="literal" message="tns:Header" part="EmailHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllOrNoneHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="undelete">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllOrNoneHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="emptyRecycleBin">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="retrieve">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="QueryOptions"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
        <fault name="MalformedQueryFault">
            <soap:fault name="MalformedQueryFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
    </operation>
    <operation name="process">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
    </operation>
    <operation name="convertLead">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="DebuggingInfo"/>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="logout">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="invalidateSessions">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="getDeleted">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="getUpdated">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="query">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="QueryOptions"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
        <fault name="MalformedQueryFault">
            <soap:fault name="MalformedQueryFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidQueryLocatorFault">
            <soap:fault name="InvalidQueryLocatorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="queryAll">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="QueryOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
        <fault name="MalformedQueryFault">
            <soap:fault name="MalformedQueryFault" use="literal"/>
        </fault>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidQueryLocatorFault">
            <soap:fault name="InvalidQueryLocatorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="queryMore">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="QueryOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidQueryLocatorFault">
            <soap:fault name="InvalidQueryLocatorFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
        <fault name="MalformedQueryFault">
            <soap:fault name="MalformedQueryFault" use="literal"/>
        </fault>
    </operation>
    <operation name="search">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
        <fault name="MalformedSearchFault">
            <soap:fault name="MalformedSearchFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="getServerTimestamp">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="setPassword">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="InvalidNewPasswordFault">
            <soap:fault name="InvalidNewPasswordFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="resetPassword">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="EmailHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidIdFault">
            <soap:fault name="InvalidIdFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="getUserInfo">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="sendEmailMessage">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="sendEmail">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="renderEmailTemplate">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
    </operation>
    <operation name="performQuickActions">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="AssignmentRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="MruHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllowFieldTruncationHeader"/>
            <soap:header use="literal" message="tns:Header" part="DisableFeedTrackingHeader"/>
            <soap:header use="literal" message="tns:Header" part="StreamingEnabledHeader"/>
            <soap:header use="literal" message="tns:Header" part="AllOrNoneHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:header use="literal" message="tns:Header" part="DebuggingHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="EmailHeader"/>
            <soap:header use="literal" message="tns:Header" part="OwnerChangeOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeQuickActions">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeAvailableQuickActions">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="retrieveQuickActionTemplates">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="describeVisualForce">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
    <operation name="findDuplicates">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="DuplicateRuleHeader"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
        <fault name="InvalidSObjectFault">
            <soap:fault name="InvalidSObjectFault" use="literal"/>
        </fault>
        <fault name="UnexpectedErrorFault">
            <soap:fault name="UnexpectedErrorFault" use="literal"/>
        </fault>
        <fault name="InvalidFieldFault">
            <soap:fault name="InvalidFieldFault" use="literal"/>
        </fault>
    </operation>
    <operation name="describeNouns">
        <soap:operation soapAction=""/>
        <input>
            <soap:header use="literal" message="tns:Header" part="SessionHeader"/>
            <soap:header use="literal" message="tns:Header" part="PackageVersionHeader"/>
            <soap:header use="literal" message="tns:Header" part="LocaleOptions"/>
            <soap:body parts="parameters" use="literal"/>
        </input>
        <output>
            <soap:header use="literal" message="tns:Header" part="LimitInfoHeader"/>
            <soap:body use="literal"/>
        </output>
    </operation>
</binding>
<!--  Soap Service Endpoint  -->
<service name="SforceService">
    <documentation>Sforce SOAP API</documentation>
    <port binding="tns:SoapBinding" name="Soap">
        <soap:address location="https://login.salesforce.com/services/Soap/c/38.0/0DF6F0000008ahg"/>
    </port>
</service>
</definitions>
