<?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="2.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="Ceneo.AffiliateProgram.PartnerApi.Authorization" xmlns="http://schemas.microsoft.com/ado/2007/05/edm"><EntityType Name="GrantType"><Key><PropertyRef Name="Type" /></Key><Property Name="Type" Type="Edm.String" Nullable="false" /></EntityType><EntityContainer Name="AuthorizationModel" m:IsDefaultEntityContainer="true"><EntitySet Name="GrantTypes" EntityType="Ceneo.AffiliateProgram.PartnerApi.Authorization.GrantType" /><FunctionImport Name="GetToken" m:HttpMethod="GET"><Parameter Name="grantType" Type="Edm.String" /></FunctionImport></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>