<?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.Business.LandTransport.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="TruckDashboardStartupModel"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="DriverDeclarationConfirmed" Type="Edm.Boolean" Nullable="false" /><Property Name="PreDriveChecklistConfirmed" Type="Edm.Boolean" Nullable="false" /><Property Name="PreDriveComments" Type="Edm.String" MaxLength="100" /></EntityType><EntityContainer Name="LandTransportNonPersistentService"><EntitySet Name="TruckDashboardStartupModels" EntityType="CargoWise.Glow.Business.LandTransport.Service.TruckDashboardStartupModel" /></EntityContainer><Annotations Target="CargoWise.Glow.Business.LandTransport.Service.TruckDashboardStartupModel"><Annotation Term="Glow.FriendlyName" Qualifier="TruckDashboardStartupModel" String="ITruckDashboardStartupModel" /></Annotations></Schema></edmx:DataServices></edmx:Edmx>