<?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.Service.Logging" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="LogDetail"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Time" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="Message" Type="Edm.String" /><Property Name="Details" Type="Edm.String" /><Property Name="IsError" Type="Edm.Boolean" Nullable="false" /><Property Name="Category" Type="Edm.String" /><Property Name="LogLevel" Type="Edm.String" /></EntityType><EntityContainer Name="LogData"><EntitySet Name="Logs" EntityType="CargoWise.Glow.Service.Logging.LogDetail" /></EntityContainer><Annotations Target="CargoWise.Glow.Service.Logging.LogDetail"><Annotation Term="Glow.FriendlyName" Qualifier="LogDetail" String="ILogDetail" /></Annotations></Schema></edmx:DataServices></edmx:Edmx>