<?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Hulyo.Model.HulyoServices" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Hulyo.Model.HulyoServices"><xs:import schemaLocation="https://www.hulyo.co.il/flights/v1.5/Reservations.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/Hulyo.Model"/><xs:complexType name="ReserveFlightRequest"><xs:sequence><xs:element minOccurs="0" name="ABTestingCatalogVersion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AffilateID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ApproveInsurance" type="xs:boolean"/><xs:element minOccurs="0" name="CouponCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerPhone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CvvNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeviceInfo" nillable="true" type="tns:DeviceInformation"/><xs:element minOccurs="0" name="FlightId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsMail" type="xs:boolean"/><xs:element minOccurs="0" name="J5Amount" type="xs:float"/><xs:element minOccurs="0" name="J5NumOfPayments" type="xs:int"/><xs:element minOccurs="0" name="J5Token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Passengers" nillable="true" type="tns:ArrayOfPassenger"/><xs:element minOccurs="0" name="PaymentMethodToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalePrice" type="xs:float"/><xs:element minOccurs="0" name="SalePriceInfant" type="xs:float"/><xs:element minOccurs="0" name="SkipUpdateLeadCount" type="xs:boolean"/><xs:element minOccurs="0" name="Source" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TotalSalePrice" type="xs:float"/></xs:sequence></xs:complexType><xs:element name="ReserveFlightRequest" nillable="true" type="tns:ReserveFlightRequest"/><xs:complexType name="DeviceInformation"><xs:sequence><xs:element minOccurs="0" name="AppVersion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeviceType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OsType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OsVersion" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="DeviceInformation" nillable="true" type="tns:DeviceInformation"/><xs:complexType name="ArrayOfPassenger"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Passenger" nillable="true" type="tns:Passenger"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPassenger" nillable="true" type="tns:ArrayOfPassenger"/><xs:complexType name="Passenger"><xs:sequence><xs:element minOccurs="0" name="PassengerBirthDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PassengerFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PassengerLastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PassengerTitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceInShekel" type="xs:float"/></xs:sequence></xs:complexType><xs:element name="Passenger" nillable="true" type="tns:Passenger"/><xs:complexType name="ReserveResponse"><xs:sequence><xs:element minOccurs="0" name="AbortReservation" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HistoryDetails" nillable="true" type="tns:HistoryRecord"/><xs:element minOccurs="0" name="InternalErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrderViewUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ReserveResponse" nillable="true" type="tns:ReserveResponse"/><xs:complexType name="HistoryRecord"><xs:sequence><xs:element minOccurs="0" name="Date" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ValidToDate" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="HistoryRecord" nillable="true" type="tns:HistoryRecord"/><xs:complexType name="AvailabilityResponse"><xs:sequence><xs:element minOccurs="0" name="AbortReservation" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InternalErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Payments" nillable="true" type="q1:ArrayOfPaymentCatalog" xmlns:q1="http://schemas.datacontract.org/2004/07/Hulyo.Model"/><xs:element minOccurs="0" name="PaymentToken" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AvailabilityResponse" nillable="true" type="tns:AvailabilityResponse"/><xs:complexType name="LogErrorRequest"><xs:sequence><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentToken" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="LogErrorRequest" nillable="true" type="tns:LogErrorRequest"/><xs:complexType name="LogErrorResponse"><xs:sequence><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="LogErrorResponse" nillable="true" type="tns:LogErrorResponse"/><xs:complexType name="CouponRequest"><xs:sequence><xs:element minOccurs="0" name="ABTestingCatalogVersion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeviceInfo" nillable="true" type="tns:DeviceInformation"/><xs:element minOccurs="0" name="ItemID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NumberOfTickets" type="xs:int"/><xs:element minOccurs="0" name="Passengers" nillable="true" type="tns:ArrayOfPassenger"/></xs:sequence></xs:complexType><xs:element name="CouponRequest" nillable="true" type="tns:CouponRequest"/><xs:complexType name="CouponResponse"><xs:sequence><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NewPrice" type="xs:float"/><xs:element minOccurs="0" name="StatusCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CouponResponse" nillable="true" type="tns:CouponResponse"/></xs:schema>