<?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.GateManagement" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="GteBranchSummaryData"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="BranchPK" Type="Edm.Guid" Nullable="false" /><Property Name="PendingMovementsExpectedToday" Type="Edm.Int32" Nullable="false" /><Property Name="TotalPendingMovements" Type="Edm.Int32" Nullable="false" /><Property Name="VehiclesInFacilityCreatedToday" Type="Edm.Int32" Nullable="false" /><Property Name="TotalVehiclesInFacility" Type="Edm.Int32" Nullable="false" /><Property Name="CompletedMovementsCreatedToday" Type="Edm.Int32" Nullable="false" /><Property Name="TotalCompletedMovements" Type="Edm.Int32" Nullable="false" /><Property Name="GateBookingsCreatedToday" Type="Edm.Int32" Nullable="false" /><Property Name="TotalGateBookings" Type="Edm.Int32" Nullable="false" /><Property Name="VehicleEntriesCreatedToday" Type="Edm.Int32" Nullable="false" /><Property Name="TotalVehicleEntries" Type="Edm.Int32" Nullable="false" /></EntityType><Annotations Target="CargoWise.Glow.Business.GateManagement.GteBranchSummaryData"><Annotation Term="Glow.FriendlyName" Qualifier="GteBranchSummaryData" String="IGteBranchSummaryData" /></Annotations></Schema><Schema Namespace="GateManagementNonPersistentActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetBranchSummaryData"><Parameter Name="branchPK" Type="Edm.Guid" Nullable="false" /><Parameter Name="utcStartOfDay" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="CargoWise.Glow.Business.GateManagement.GteBranchSummaryData" /></Function></Schema><Schema Namespace="CargoWise.Glow.Business.GateManagement.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="GateManagementNonPersistentService"><EntitySet Name="GteBranchSummaryData" EntityType="CargoWise.Glow.Business.GateManagement.GteBranchSummaryData" /><FunctionImport Name="GetBranchSummaryData" Function="GateManagementNonPersistentActionExtender.GetBranchSummaryData" EntitySet="GteBranchSummaryData" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>