<?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.Settings.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="SettingInfo"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="Key" Type="Edm.String" /><Property Name="Data" Type="Edm.Binary" /><Property Name="OwnerPK" Type="Edm.Guid" /><Property Name="DepartmentPK" Type="Edm.Guid" /></EntityType><EntityContainer Name="SettingsData"><EntitySet Name="Settings" EntityType="CargoWise.Glow.Business.Settings.Service.SettingInfo" /></EntityContainer><Annotations Target="CargoWise.Glow.Business.Settings.Service.SettingInfo"><Annotation Term="Glow.FriendlyName" Qualifier="SettingInfo" String="ISettingInfo" /></Annotations></Schema></edmx:DataServices></edmx:Edmx>