<?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.Filters.Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="FilterInfo"><Key><PropertyRef Name="FilterKey" /></Key><Property Name="FilterKey" Type="Edm.Guid" Nullable="false" /><Property Name="ModuleId" Type="Edm.String" /><Property Name="FilterName" Type="Edm.String" /><Property Name="IsPublished" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="FilterLayout"><Key><PropertyRef Name="FilterKey" /></Key><Property Name="FilterKey" Type="Edm.Guid" Nullable="false" /><Property Name="ModuleId" Type="Edm.String" /><Property Name="FilterName" Type="Edm.String" /><Property Name="IsPublished" Type="Edm.Boolean" Nullable="false" /><Property Name="Filters" Type="Collection(CargoWise.Glow.Filters.Service.FilterGroup)" /></EntityType><ComplexType Name="FilterGroup"><Property Name="Filters" Type="Collection(CargoWise.Glow.Filters.Service.Filter)" /><Property Name="IsImplicit" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="Filter"><Property Name="FilterType" Type="Edm.String" /><Property Name="PropertyPath" Type="Edm.String" /><Property Name="Operation" Type="Edm.String" /><Property Name="Values" Type="Collection(Edm.String)" /><Property Name="FilterGroups" Type="Collection(CargoWise.Glow.Filters.Service.FilterGroup)" /></ComplexType><EntityContainer Name="FilterService"><EntitySet Name="Infos" EntityType="CargoWise.Glow.Filters.Service.FilterInfo" /><EntitySet Name="Layouts" EntityType="CargoWise.Glow.Filters.Service.FilterLayout" /><FunctionImport Name="GetLastFilter" Function="FilterServiceActionExtender.GetLastFilter" EntitySet="Layouts" /><ActionImport Name="DeleteLastFilter" Action="FilterServiceActionExtender.DeleteLastFilter" /></EntityContainer><Annotations Target="CargoWise.Glow.Filters.Service.FilterInfo"><Annotation Term="Glow.FriendlyName" Qualifier="FilterInfo" String="IFilterInfo" /></Annotations><Annotations Target="CargoWise.Glow.Filters.Service.FilterLayout"><Annotation Term="Glow.FriendlyName" Qualifier="FilterLayout" String="IFilterLayout" /></Annotations></Schema><Schema Namespace="FilterServiceActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetLastFilter"><Parameter Name="moduleId" Type="Edm.String" /><ReturnType Type="CargoWise.Glow.Filters.Service.FilterLayout" /></Function><Action Name="DeleteLastFilter"><Parameter Name="moduleId" Type="Edm.String" /></Action></Schema></edmx:DataServices></edmx:Edmx>