<?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="2.0" m:MaxDataServiceVersion="2.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="Ceneo.AffiliateProgram.PartnerApi.Models" xmlns="http://schemas.microsoft.com/ado/2006/04/edm"><EntityType Name="Category"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" /><Property Name="ParentId" Type="Edm.Int32" Nullable="false" /><Property Name="IsRestricted" Type="Edm.Boolean" Nullable="false" /><Property Name="Path" Type="Edm.String" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_KeepInContent="false" /><Property Name="Url" Type="Edm.String" /><NavigationProperty Name="Categories" Relationship="Ceneo.AffiliateProgram.PartnerApi.Models.Category_Categories" ToRole="Categories" FromRole="Category" /><NavigationProperty Name="Products" Relationship="Ceneo.AffiliateProgram.PartnerApi.Models.Category_Products" ToRole="Products" FromRole="Category" /></EntityType><EntityType Name="Product"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" /><Property Name="CategoryId" Type="Edm.Int32" Nullable="false" /><Property Name="LowestPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="HighestPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="BasketPrice" Type="Edm.Decimal" /><Property Name="HasCheapestBasketOfferFastPayment" Type="Edm.Boolean" Nullable="false" /><Property Name="Shops" Type="Edm.Int32" Nullable="false" /><Property Name="Rating" Type="Edm.Double" Nullable="false" /><Property Name="ProductReviews" Type="Edm.Int32" Nullable="false" /><Property Name="ManufacturerName" Type="Edm.String" /><Property Name="HasBasketOffers" Type="Edm.Boolean" Nullable="false" /><Property Name="Popularity" Type="Edm.Int32" Nullable="false" /><Property Name="Url" Type="Edm.String" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_KeepInContent="true" /><Property Name="ThumbnailUrl" Type="Edm.String" /><Property Name="MediumThumbnailUrl" Type="Edm.String" /><Property Name="SmallThumbnailUrl" Type="Edm.String" /><NavigationProperty Name="Categories" Relationship="Ceneo.AffiliateProgram.PartnerApi.Models.Product_Categories" ToRole="Categories" FromRole="Product" /></EntityType><Association Name="Category_Categories"><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Category" Role="Categories" Multiplicity="*" /><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Category" Role="Category" Multiplicity="*" /></Association><Association Name="Category_Products"><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Product" Role="Products" Multiplicity="*" /><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Category" Role="Category" Multiplicity="*" /></Association><Association Name="Product_Categories"><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Product" Role="Product" Multiplicity="*" /><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Category" Role="Categories" Multiplicity="*" /></Association></Schema><Schema Namespace="Ceneo.AffiliateProgram.PartnerApi" xmlns="http://schemas.microsoft.com/ado/2006/04/edm"><EntityContainer Name="PartnerServiceData" m:IsDefaultEntityContainer="true"><EntitySet Name="Categories" EntityType="Ceneo.AffiliateProgram.PartnerApi.Models.Category" /><EntitySet Name="Products" EntityType="Ceneo.AffiliateProgram.PartnerApi.Models.Product" /><FunctionImport Name="GetProducts" ReturnType="Collection(Ceneo.AffiliateProgram.PartnerApi.Models.Product)" EntitySet="Products" m:HttpMethod="GET"><Parameter Name="searchText" Type="Edm.String" /><Parameter Name="categoryId" Type="Edm.Int32" /><Parameter Name="pageSize" Type="Edm.Int32" /><Parameter Name="pageIndex" Type="Edm.Int32" /><Parameter Name="includeRestricted" Type="Edm.Boolean" /><Parameter Name="lowestPrice" Type="Edm.Decimal" /><Parameter Name="highestPrice" Type="Edm.Decimal" /><Parameter Name="onlyBasketOffers" Type="Edm.Boolean" /><Parameter Name="onlyProductWhereBasketOfferIsTheCheapest" Type="Edm.Boolean" /></FunctionImport><FunctionImport Name="GetBooks" ReturnType="Collection(Ceneo.AffiliateProgram.PartnerApi.Models.Product)" EntitySet="Products" m:HttpMethod="GET"><Parameter Name="title" Type="Edm.String" /><Parameter Name="author" Type="Edm.String" /><Parameter Name="isbn" Type="Edm.String" /></FunctionImport><AssociationSet Name="Category_Categories" Association="Ceneo.AffiliateProgram.PartnerApi.Models.Category_Categories"><End Role="Category" EntitySet="Categories" /><End Role="Categories" EntitySet="Categories" /></AssociationSet><AssociationSet Name="Category_Products" Association="Ceneo.AffiliateProgram.PartnerApi.Models.Category_Products"><End Role="Category" EntitySet="Categories" /><End Role="Products" EntitySet="Products" /></AssociationSet><AssociationSet Name="Product_Categories" Association="Ceneo.AffiliateProgram.PartnerApi.Models.Product_Categories"><End Role="Product" EntitySet="Products" /><End Role="Categories" EntitySet="Categories" /></AssociationSet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>