<?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="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="Ceneo.AffiliateProgram.PartnerApi.Models.Premium" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityType Name="CategoryPremiumData"><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.Premium.CategoryPremiumData_Categories" ToRole="Categories" FromRole="CategoryPremiumData" /><NavigationProperty Name="Products" Relationship="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData_Products" ToRole="Products" FromRole="CategoryPremiumData" /></EntityType><EntityType Name="ProductPremiumData"><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="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="FreeShipping" Type="Edm.Boolean" Nullable="false" /><Property Name="ModifiedTime" Type="Edm.DateTime" 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" /><Property Name="PreviousPrice" Type="Edm.Decimal" /><NavigationProperty Name="Category" Relationship="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.ProductPremiumData_Category" ToRole="Category" FromRole="ProductPremiumData" /></EntityType><ComplexType Name="LatestProductsPremiumData"><Property Name="StartTime" Type="Edm.DateTime" Nullable="false" /><Property Name="EndTime" Type="Edm.DateTime" Nullable="false" /><Property Name="Data" Type="Collection(Ceneo.AffiliateProgram.PartnerApi.Models.Premium.LatestProductPremiumData)" Nullable="false" /><Property Name="PageIndex" Type="Edm.Int32" Nullable="false" /><Property Name="PageSize" Type="Edm.Int32" Nullable="false" /><Property Name="TotalPages" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="LatestProductPremiumData"><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="HighestPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="BasketPrice" Type="Edm.Decimal" /><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="FreeShipping" Type="Edm.Boolean" Nullable="false" /><Property Name="Popularity" Type="Edm.Int32" Nullable="false" /><Property Name="Url" Type="Edm.String" /><Property Name="ThumbnailUrl" Type="Edm.String" /><Property Name="MediumThumbnailUrl" Type="Edm.String" /><Property Name="SmallThumbnailUrl" Type="Edm.String" /><Property Name="PreviousPrice" Type="Edm.Decimal" /><Property Name="ModifiedTime" Type="Edm.DateTime" Nullable="false" /></ComplexType><Association Name="CategoryPremiumData_Categories"><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData" Role="Categories" Multiplicity="*" /><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData" Role="CategoryPremiumData" Multiplicity="*" /></Association><Association Name="CategoryPremiumData_Products"><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.ProductPremiumData" Role="Products" Multiplicity="*" /><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData" Role="CategoryPremiumData" Multiplicity="*" /></Association><Association Name="ProductPremiumData_Category"><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.ProductPremiumData" Role="ProductPremiumData" Multiplicity="*" /><End Type="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData" Role="Category" Multiplicity="0..1" /></Association></Schema><Schema Namespace="Ceneo.AffiliateProgram.PartnerApi" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityContainer Name="PartnerServicePremiumData" m:IsDefaultEntityContainer="true"><EntitySet Name="Categories" EntityType="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData" /><EntitySet Name="Products" EntityType="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.ProductPremiumData" /><FunctionImport Name="GetProducts" ReturnType="Collection(Ceneo.AffiliateProgram.PartnerApi.Models.Premium.ProductPremiumData)" EntitySet="Products" m:HttpMethod="GET"><Parameter Name="searchText" Type="Edm.String" /><Parameter Name="categoryIds" 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="productIds" Type="Edm.String" /><Parameter Name="onlyProductWhereBasketOfferIsTheCheapest" Type="Edm.Boolean" /></FunctionImport><FunctionImport Name="GetLatestProducts" ReturnType="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.LatestProductsPremiumData" m:HttpMethod="GET"><Parameter Name="pageSize" Type="Edm.Int32" /><Parameter Name="pageIndex" Type="Edm.Int32" /><Parameter Name="startTime" Type="Edm.String" /><Parameter Name="endTime" Type="Edm.String" /></FunctionImport><FunctionImport Name="GetBooks" ReturnType="Collection(Ceneo.AffiliateProgram.PartnerApi.Models.Premium.ProductPremiumData)" 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="CategoryPremiumData_Categories" Association="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData_Categories"><End Role="CategoryPremiumData" EntitySet="Categories" /><End Role="Categories" EntitySet="Categories" /></AssociationSet><AssociationSet Name="CategoryPremiumData_Products" Association="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.CategoryPremiumData_Products"><End Role="CategoryPremiumData" EntitySet="Categories" /><End Role="Products" EntitySet="Products" /></AssociationSet><AssociationSet Name="ProductPremiumData_Category" Association="Ceneo.AffiliateProgram.PartnerApi.Models.Premium.ProductPremiumData_Category"><End Role="ProductPremiumData" EntitySet="Products" /><End Role="Category" EntitySet="Categories" /></AssociationSet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>