<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"><edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="Ceneo.AffiliateProgram.PartnerApi.Models.Basic" xmlns="http://schemas.microsoft.com/ado/2006/04/edm"><EntityType Name="CategoryBasicData"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /></EntityType><EntityType Name="ProductBasicData"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="CategoryId" Type="Edm.Int32" Nullable="false" /><Property Name="LowestPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="Shops" Type="Edm.Int32" Nullable="false" /></EntityType></Schema><Schema Namespace="Ceneo.AffiliateProgram.PartnerApi" xmlns="http://schemas.microsoft.com/ado/2006/04/edm"><EntityContainer Name="PartnerServiceBasicData" m:IsDefaultEntityContainer="true"><EntitySet Name="Categories" EntityType="Ceneo.AffiliateProgram.PartnerApi.Models.Basic.CategoryBasicData" /><EntitySet Name="Products" EntityType="Ceneo.AffiliateProgram.PartnerApi.Models.Basic.ProductBasicData" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>