<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="CargoWise.Glow.Logon.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ContactLogonModel"><Key><PropertyRef Name="Id" /></Key><Property Name="EmailAddress" Type="Edm.String" DefaultValue="" /><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="IsLogonSuccessful" Type="Edm.Boolean" Nullable="false" /><Property Name="LogonStatusMessage" Type="Edm.String" DefaultValue="" /><Property Name="LogonResult" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OrganisationCode" Type="Edm.String" DefaultValue="" /><Property Name="Password" Type="Edm.String" DefaultValue="" /><Property Name="ShowOrganizationCode" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="PersonLogonModel"><Key><PropertyRef Name="Id" /></Key><Property Name="EmailAddress" Type="Edm.String" DefaultValue="" /><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="IsLogonSuccessful" Type="Edm.Boolean" Nullable="false" /><Property Name="LogonStatusMessage" Type="Edm.String" DefaultValue="" /><Property Name="LogonResult" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="Password" Type="Edm.String" DefaultValue="" /></EntityType><EntityType Name="StaffLogonModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="IsLogonSuccessful" Type="Edm.Boolean" Nullable="false" /><Property Name="LogonStatusMessage" Type="Edm.String" DefaultValue="" /><Property Name="LogonResult" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="Password" Type="Edm.String" DefaultValue="" /><Property Name="UserName" Type="Edm.String" DefaultValue="" /></EntityType><EntityContainer Name="LogonServiceContext"><EntitySet Name="ContactLogonModels" EntityType="CargoWise.Glow.Logon.Service.ContactLogonModel" /><EntitySet Name="PersonLogonModels" EntityType="CargoWise.Glow.Logon.Service.PersonLogonModel" /><EntitySet Name="StaffLogonModels" EntityType="CargoWise.Glow.Logon.Service.StaffLogonModel" /></EntityContainer><Annotations Target="CargoWise.Glow.Logon.Service.ContactLogonModel"><Annotation Term="Glow.FriendlyName" Qualifier="ContactLogonModel" String="IContactLogonModel" /></Annotations><Annotations Target="CargoWise.Glow.Logon.Service.PersonLogonModel"><Annotation Term="Glow.FriendlyName" Qualifier="PersonLogonModel" String="IPersonLogonModel" /></Annotations><Annotations Target="CargoWise.Glow.Logon.Service.StaffLogonModel"><Annotation Term="Glow.FriendlyName" Qualifier="StaffLogonModel" String="IStaffLogonModel" /></Annotations></Schema></edmx:DataServices></edmx:Edmx>