<?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="Invoice" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="Invoice"><xs:import schemaLocation="http://privateqa.invoice4u.co.il/Services/LoginService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element name="VerifyLogin"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="isPersistent" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyLoginResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VerifyLoginResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyLoginNew"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="isPersistent" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyLoginNewResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VerifyLoginNewResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyLoginById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="id" type="xs:int"/><xs:element minOccurs="0" name="i4uToken" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyLoginByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VerifyLoginByIdResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyLoginOldApi"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="oldInvoiceUsername" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyLoginOldApiResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VerifyLoginOldApiResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyFinishReg"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="VerifyFinishRegResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VerifyFinishRegResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUserIdByCredentials"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="adminPrev" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUserIdByCredentialsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetUserIdByCredentialsResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsUserExists"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="agentPassword" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsUserExistsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsUserExistsResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsUserExistsByUniqueId"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="uniqueId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="agentPassword" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsUserExistsByUniqueIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsUserExistsByUniqueIdResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsAuthenticated"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsAuthenticatedResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsAuthenticatedResult" nillable="true" type="q1:User" xmlns:q1="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsAuthenticatedMobile"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsAuthenticatedMobileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsAuthenticatedMobileResult" nillable="true" type="q2:User" xmlns:q2="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="Logout"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="LogoutResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element></xs:schema>