<?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="GrapeCity.DataService.Contoso.Models" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="DimAccount"><Key><PropertyRef Name="AccountKey" /></Key><Property Name="AccountKey" Type="Edm.Int32" Nullable="false" /><Property Name="ParentAccountKey" Type="Edm.Int32" /><Property Name="AccountLabel" Type="Edm.String" /><Property Name="AccountName" Type="Edm.String" /><Property Name="AccountDescription" Type="Edm.String" /><Property Name="AccountType" Type="Edm.String" /><Property Name="Operator" Type="Edm.String" /><Property Name="CustomMembers" Type="Edm.String" /><Property Name="ValueType" Type="Edm.String" /><Property Name="CustomMemberOptions" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="FactStrategyPlans" Type="Collection(GrapeCity.DataService.Contoso.Models.FactStrategyPlan)" /></EntityType><EntityType Name="DimChannel"><Key><PropertyRef Name="ChannelKey" /></Key><Property Name="ChannelKey" Type="Edm.Int32" Nullable="false" /><Property Name="ChannelLabel" Type="Edm.String" Nullable="false" /><Property Name="ChannelName" Type="Edm.String" /><Property Name="ChannelDescription" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="FactSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSales)" /><NavigationProperty Name="FactSalesQuota" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSalesQuota)" /></EntityType><EntityType Name="DimCurrency"><Key><PropertyRef Name="CurrencyKey" /></Key><Property Name="CurrencyKey" Type="Edm.Int32" Nullable="false" /><Property Name="CurrencyLabel" Type="Edm.String" Nullable="false" /><Property Name="CurrencyName" Type="Edm.String" Nullable="false" /><Property Name="CurrencyDescription" Type="Edm.String" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="FactExchangeRates" Type="Collection(GrapeCity.DataService.Contoso.Models.FactExchangeRate)" /><NavigationProperty Name="FactInventories" Type="Collection(GrapeCity.DataService.Contoso.Models.FactInventory)" /><NavigationProperty Name="FactOnlineSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactOnlineSales)" /><NavigationProperty Name="FactSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSales)" /><NavigationProperty Name="FactSalesQuota" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSalesQuota)" /><NavigationProperty Name="FactStrategyPlans" Type="Collection(GrapeCity.DataService.Contoso.Models.FactStrategyPlan)" /></EntityType><EntityType Name="DimCustomer"><Key><PropertyRef Name="CustomerKey" /></Key><Property Name="CustomerKey" Type="Edm.Int32" Nullable="false" /><Property Name="GeographyKey" Type="Edm.Int32" /><Property Name="CustomerLabel" Type="Edm.String" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="NameStyle" Type="Edm.Boolean" /><Property Name="BirthDate" Type="Edm.Date" /><Property Name="MaritalStatus" Type="Edm.String" /><Property Name="Suffix" Type="Edm.String" /><Property Name="Gender" Type="Edm.String" /><Property Name="EmailAddress" Type="Edm.String" /><Property Name="YearlyIncome" Type="Edm.Decimal" /><Property Name="TotalChildren" Type="Edm.Byte" /><Property Name="NumberChildrenAtHome" Type="Edm.Byte" /><Property Name="Education" Type="Edm.String" /><Property Name="Occupation" Type="Edm.String" /><Property Name="HouseOwnerFlag" Type="Edm.String" /><Property Name="NumberCarsOwned" Type="Edm.Byte" /><Property Name="AddressLine1" Type="Edm.String" /><Property Name="AddressLine2" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="DateFirstPurchase" Type="Edm.Date" /><Property Name="CustomerType" Type="Edm.String" /><Property Name="CompanyName" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="GeographyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimGeography"><ReferentialConstraint Property="GeographyKey" ReferencedProperty="GeographyKey" /></NavigationProperty><NavigationProperty Name="FactOnlineSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactOnlineSales)" /></EntityType><EntityType Name="DimDate"><Key><PropertyRef Name="Datekey" /></Key><Property Name="Datekey" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="FullDateLabel" Type="Edm.String" Nullable="false" /><Property Name="DateDescription" Type="Edm.String" Nullable="false" /><Property Name="CalendarYear" Type="Edm.Int32" Nullable="false" /><Property Name="CalendarYearLabel" Type="Edm.String" Nullable="false" /><Property Name="CalendarHalfYear" Type="Edm.Int32" Nullable="false" /><Property Name="CalendarHalfYearLabel" Type="Edm.String" Nullable="false" /><Property Name="CalendarQuarter" Type="Edm.Int32" Nullable="false" /><Property Name="CalendarQuarterLabel" Type="Edm.String" /><Property Name="CalendarMonth" Type="Edm.Int32" Nullable="false" /><Property Name="CalendarMonthLabel" Type="Edm.String" Nullable="false" /><Property Name="CalendarWeek" Type="Edm.Int32" Nullable="false" /><Property Name="CalendarWeekLabel" Type="Edm.String" Nullable="false" /><Property Name="CalendarDayOfWeek" Type="Edm.Int32" Nullable="false" /><Property Name="CalendarDayOfWeekLabel" Type="Edm.String" Nullable="false" /><Property Name="FiscalYear" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearLabel" Type="Edm.String" Nullable="false" /><Property Name="FiscalHalfYear" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalHalfYearLabel" Type="Edm.String" Nullable="false" /><Property Name="FiscalQuarter" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalQuarterLabel" Type="Edm.String" Nullable="false" /><Property Name="FiscalMonth" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalMonthLabel" Type="Edm.String" Nullable="false" /><Property Name="IsWorkDay" Type="Edm.String" Nullable="false" /><Property Name="IsHoliday" Type="Edm.Int32" Nullable="false" /><Property Name="HolidayName" Type="Edm.String" Nullable="false" /><Property Name="EuropeSeason" Type="Edm.String" /><Property Name="NorthAmericaSeason" Type="Edm.String" /><Property Name="AsiaSeason" Type="Edm.String" /><NavigationProperty Name="FactExchangeRates" Type="Collection(GrapeCity.DataService.Contoso.Models.FactExchangeRate)" /><NavigationProperty Name="FactInventories" Type="Collection(GrapeCity.DataService.Contoso.Models.FactInventory)" /><NavigationProperty Name="FactItmachines" Type="Collection(GrapeCity.DataService.Contoso.Models.FactITMachine)" /><NavigationProperty Name="FactItslas" Type="Collection(GrapeCity.DataService.Contoso.Models.FactITSLA)" /><NavigationProperty Name="FactOnlineSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactOnlineSales)" /><NavigationProperty Name="FactSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSales)" /><NavigationProperty Name="FactSalesQuota" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSalesQuota)" /><NavigationProperty Name="FactStrategyPlans" Type="Collection(GrapeCity.DataService.Contoso.Models.FactStrategyPlan)" /></EntityType><EntityType Name="DimEmployee"><Key><PropertyRef Name="EmployeeKey" /></Key><Property Name="EmployeeKey" Type="Edm.Int32" Nullable="false" /><Property Name="ParentEmployeeKey" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" Nullable="false" /><Property Name="LastName" Type="Edm.String" Nullable="false" /><Property Name="MiddleName" Type="Edm.String" /><Property Name="Title" Type="Edm.String" /><Property Name="HireDate" Type="Edm.Date" /><Property Name="BirthDate" Type="Edm.Date" /><Property Name="EmailAddress" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="MaritalStatus" Type="Edm.String" /><Property Name="EmergencyContactName" Type="Edm.String" /><Property Name="EmergencyContactPhone" Type="Edm.String" /><Property Name="SalariedFlag" Type="Edm.Boolean" /><Property Name="Gender" Type="Edm.String" /><Property Name="PayFrequency" Type="Edm.Byte" /><Property Name="BaseRate" Type="Edm.Decimal" /><Property Name="VacationHours" Type="Edm.Int16" /><Property Name="CurrentFlag" Type="Edm.Boolean" Nullable="false" /><Property Name="SalesPersonFlag" Type="Edm.Boolean" Nullable="false" /><Property Name="DepartmentName" Type="Edm.String" /><Property Name="StartDate" Type="Edm.Date" /><Property Name="EndDate" Type="Edm.Date" /><Property Name="Status" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><Property Name="AvatarUrl" Type="Edm.String" /><NavigationProperty Name="ParentEmployeeKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimEmployee"><ReferentialConstraint Property="ParentEmployeeKey" ReferencedProperty="EmployeeKey" /></NavigationProperty><NavigationProperty Name="InverseParentEmployeeKeyNavigation" Type="Collection(GrapeCity.DataService.Contoso.Models.DimEmployee)" /></EntityType><EntityType Name="DimEntity"><Key><PropertyRef Name="EntityKey" /></Key><Property Name="EntityKey" Type="Edm.Int32" Nullable="false" /><Property Name="EntityLabel" Type="Edm.String" /><Property Name="ParentEntityKey" Type="Edm.Int32" /><Property Name="ParentEntityLabel" Type="Edm.String" /><Property Name="EntityName" Type="Edm.String" /><Property Name="EntityDescription" Type="Edm.String" /><Property Name="EntityType" Type="Edm.String" /><Property Name="StartDate" Type="Edm.Date" /><Property Name="EndDate" Type="Edm.Date" /><Property Name="Status" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="FactStrategyPlans" Type="Collection(GrapeCity.DataService.Contoso.Models.FactStrategyPlan)" /><NavigationProperty Name="DimStores" Type="Collection(GrapeCity.DataService.Contoso.Models.DimStore)" /></EntityType><EntityType Name="DimGeography"><Key><PropertyRef Name="GeographyKey" /></Key><Property Name="GeographyKey" Type="Edm.Int32" Nullable="false" /><Property Name="GeographyType" Type="Edm.String" Nullable="false" /><Property Name="ContinentName" Type="Edm.String" Nullable="false" /><Property Name="CityName" Type="Edm.String" /><Property Name="StateProvinceName" Type="Edm.String" /><Property Name="RegionCountryName" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="DimCustomers" Type="Collection(GrapeCity.DataService.Contoso.Models.DimCustomer)" /><NavigationProperty Name="DimSalesTerritories" Type="Collection(GrapeCity.DataService.Contoso.Models.DimSalesTerritory)" /><NavigationProperty Name="DimStores" Type="Collection(GrapeCity.DataService.Contoso.Models.DimStore)" /></EntityType><EntityType Name="DimMachine"><Key><PropertyRef Name="MachineKey" /></Key><Property Name="MachineKey" Type="Edm.Int32" Nullable="false" /><Property Name="MachineLabel" Type="Edm.String" /><Property Name="StoreKey" Type="Edm.Int32" /><Property Name="MachineType" Type="Edm.String" Nullable="false" /><Property Name="MachineName" Type="Edm.String" Nullable="false" /><Property Name="MachineDescription" Type="Edm.String" Nullable="false" /><Property Name="VendorName" Type="Edm.String" Nullable="false" /><Property Name="MachineOs" Type="Edm.String" Nullable="false" /><Property Name="MachineSource" Type="Edm.String" Nullable="false" /><Property Name="MachineHardware" Type="Edm.String" /><Property Name="MachineSoftware" Type="Edm.String" Nullable="false" /><Property Name="Status" Type="Edm.String" Nullable="false" /><Property Name="ServiceStartDate" Type="Edm.Date" Nullable="false" /><Property Name="DecommissionDate" Type="Edm.Date" /><Property Name="LastModifiedDate" Type="Edm.Date" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="StoreKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimStore"><ReferentialConstraint Property="StoreKey" ReferencedProperty="StoreKey" /></NavigationProperty><NavigationProperty Name="FactItmachines" Type="Collection(GrapeCity.DataService.Contoso.Models.FactITMachine)" /><NavigationProperty Name="FactItslas" Type="Collection(GrapeCity.DataService.Contoso.Models.FactITSLA)" /></EntityType><EntityType Name="DimOutage"><Key><PropertyRef Name="OutageKey" /></Key><Property Name="OutageKey" Type="Edm.Int32" Nullable="false" /><Property Name="OutageLabel" Type="Edm.String" Nullable="false" /><Property Name="OutageName" Type="Edm.String" Nullable="false" /><Property Name="OutageDescription" Type="Edm.String" Nullable="false" /><Property Name="OutageType" Type="Edm.String" Nullable="false" /><Property Name="OutageTypeDescription" Type="Edm.String" Nullable="false" /><Property Name="OutageSubType" Type="Edm.String" Nullable="false" /><Property Name="OutageSubTypeDescription" Type="Edm.String" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="FactItslas" Type="Collection(GrapeCity.DataService.Contoso.Models.FactITSLA)" /></EntityType><EntityType Name="DimProduct"><Key><PropertyRef Name="ProductKey" /></Key><Property Name="ProductKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProductLabel" Type="Edm.String" /><Property Name="ProductName" Type="Edm.String" /><Property Name="ProductDescription" Type="Edm.String" /><Property Name="ProductSubcategoryKey" Type="Edm.Int32" /><Property Name="Manufacturer" Type="Edm.String" /><Property Name="BrandName" Type="Edm.String" /><Property Name="ClassId" Type="Edm.String" /><Property Name="ClassName" Type="Edm.String" /><Property Name="StyleId" Type="Edm.String" /><Property Name="StyleName" Type="Edm.String" /><Property Name="ColorId" Type="Edm.String" /><Property Name="ColorName" Type="Edm.String" Nullable="false" /><Property Name="Size" Type="Edm.String" /><Property Name="SizeRange" Type="Edm.String" /><Property Name="SizeUnitMeasureId" Type="Edm.String" /><Property Name="Weight" Type="Edm.Double" /><Property Name="WeightUnitMeasureId" Type="Edm.String" /><Property Name="UnitOfMeasureId" Type="Edm.String" /><Property Name="UnitOfMeasureName" Type="Edm.String" /><Property Name="StockTypeId" Type="Edm.String" /><Property Name="StockTypeName" Type="Edm.String" /><Property Name="UnitCost" Type="Edm.Decimal" /><Property Name="UnitPrice" Type="Edm.Decimal" /><Property Name="AvailableForSaleDate" Type="Edm.Date" /><Property Name="StopSaleDate" Type="Edm.Date" /><Property Name="Status" Type="Edm.String" /><Property Name="ImageUrl" Type="Edm.String" /><Property Name="ProductUrl" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="ProductSubcategoryKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimProductSubcategory"><ReferentialConstraint Property="ProductSubcategoryKey" ReferencedProperty="ProductSubcategoryKey" /></NavigationProperty><NavigationProperty Name="FactInventories" Type="Collection(GrapeCity.DataService.Contoso.Models.FactInventory)" /><NavigationProperty Name="FactOnlineSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactOnlineSales)" /><NavigationProperty Name="FactSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSales)" /><NavigationProperty Name="FactSalesQuota" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSalesQuota)" /></EntityType><EntityType Name="DimProductCategory"><Key><PropertyRef Name="ProductCategoryKey" /></Key><Property Name="ProductCategoryKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProductCategoryLabel" Type="Edm.String" /><Property Name="ProductCategoryName" Type="Edm.String" Nullable="false" /><Property Name="ProductCategoryDescription" Type="Edm.String" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="DimProductSubcategories" Type="Collection(GrapeCity.DataService.Contoso.Models.DimProductSubcategory)" /><NavigationProperty Name="FactStrategyPlans" Type="Collection(GrapeCity.DataService.Contoso.Models.FactStrategyPlan)" /></EntityType><EntityType Name="DimProductSubcategory"><Key><PropertyRef Name="ProductSubcategoryKey" /></Key><Property Name="ProductSubcategoryKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProductSubcategoryLabel" Type="Edm.String" /><Property Name="ProductSubcategoryName" Type="Edm.String" Nullable="false" /><Property Name="ProductSubcategoryDescription" Type="Edm.String" /><Property Name="ProductCategoryKey" Type="Edm.Int32" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="ProductCategoryKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimProductCategory"><ReferentialConstraint Property="ProductCategoryKey" ReferencedProperty="ProductCategoryKey" /></NavigationProperty><NavigationProperty Name="DimProducts" Type="Collection(GrapeCity.DataService.Contoso.Models.DimProduct)" /></EntityType><EntityType Name="DimPromotion"><Key><PropertyRef Name="PromotionKey" /></Key><Property Name="PromotionKey" Type="Edm.Int32" Nullable="false" /><Property Name="PromotionLabel" Type="Edm.String" /><Property Name="PromotionName" Type="Edm.String" /><Property Name="PromotionDescription" Type="Edm.String" /><Property Name="DiscountPercent" Type="Edm.Double" /><Property Name="PromotionType" Type="Edm.String" /><Property Name="PromotionCategory" Type="Edm.String" /><Property Name="StartDate" Type="Edm.Date" Nullable="false" /><Property Name="EndDate" Type="Edm.Date" /><Property Name="MinQuantity" Type="Edm.Int32" /><Property Name="MaxQuantity" Type="Edm.Int32" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="FactOnlineSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactOnlineSales)" /><NavigationProperty Name="FactSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSales)" /></EntityType><EntityType Name="DimSalesTerritory"><Key><PropertyRef Name="SalesTerritoryKey" /></Key><Property Name="SalesTerritoryKey" Type="Edm.Int32" Nullable="false" /><Property Name="GeographyKey" Type="Edm.Int32" /><Property Name="SalesTerritoryLabel" Type="Edm.String" /><Property Name="SalesTerritoryName" Type="Edm.String" Nullable="false" /><Property Name="SalesTerritoryRegion" Type="Edm.String" Nullable="false" /><Property Name="SalesTerritoryCountry" Type="Edm.String" Nullable="false" /><Property Name="SalesTerritoryGroup" Type="Edm.String" /><Property Name="SalesTerritoryLevel" Type="Edm.String" /><Property Name="SalesTerritoryManager" Type="Edm.Int32" /><Property Name="StartDate" Type="Edm.Date" /><Property Name="EndDate" Type="Edm.Date" /><Property Name="Status" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="GeographyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimGeography"><ReferentialConstraint Property="GeographyKey" ReferencedProperty="GeographyKey" /></NavigationProperty></EntityType><EntityType Name="DimScenario"><Key><PropertyRef Name="ScenarioKey" /></Key><Property Name="ScenarioKey" Type="Edm.Int32" Nullable="false" /><Property Name="ScenarioLabel" Type="Edm.String" Nullable="false" /><Property Name="ScenarioName" Type="Edm.String" /><Property Name="ScenarioDescription" Type="Edm.String" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="FactSalesQuota" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSalesQuota)" /><NavigationProperty Name="FactStrategyPlans" Type="Collection(GrapeCity.DataService.Contoso.Models.FactStrategyPlan)" /></EntityType><EntityType Name="DimStore"><Key><PropertyRef Name="StoreKey" /></Key><Property Name="StoreKey" Type="Edm.Int32" Nullable="false" /><Property Name="GeographyKey" Type="Edm.Int32" /><Property Name="StoreManager" Type="Edm.Int32" /><Property Name="StoreType" Type="Edm.String" /><Property Name="StoreName" Type="Edm.String" Nullable="false" /><Property Name="StoreDescription" Type="Edm.String" Nullable="false" /><Property Name="Status" Type="Edm.String" Nullable="false" /><Property Name="OpenDate" Type="Edm.Date" Nullable="false" /><Property Name="CloseDate" Type="Edm.Date" /><Property Name="EntityKey" Type="Edm.Int32" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="ZipCodeExtension" Type="Edm.String" /><Property Name="StorePhone" Type="Edm.String" /><Property Name="StoreFax" Type="Edm.String" /><Property Name="AddressLine1" Type="Edm.String" /><Property Name="AddressLine2" Type="Edm.String" /><Property Name="CloseReason" Type="Edm.String" /><Property Name="EmployeeCount" Type="Edm.Int32" /><Property Name="SellingAreaSize" Type="Edm.Double" /><Property Name="LastRemodelDate" Type="Edm.Date" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="EntityKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimEntity"><ReferentialConstraint Property="EntityKey" ReferencedProperty="EntityKey" /></NavigationProperty><NavigationProperty Name="GeographyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimGeography"><ReferentialConstraint Property="GeographyKey" ReferencedProperty="GeographyKey" /></NavigationProperty><NavigationProperty Name="DimMachines" Type="Collection(GrapeCity.DataService.Contoso.Models.DimMachine)" /><NavigationProperty Name="FactInventories" Type="Collection(GrapeCity.DataService.Contoso.Models.FactInventory)" /><NavigationProperty Name="FactItslas" Type="Collection(GrapeCity.DataService.Contoso.Models.FactITSLA)" /><NavigationProperty Name="FactOnlineSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactOnlineSales)" /><NavigationProperty Name="FactSales" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSales)" /><NavigationProperty Name="FactSalesQuota" Type="Collection(GrapeCity.DataService.Contoso.Models.FactSalesQuota)" /></EntityType><EntityType Name="FactExchangeRate"><Key><PropertyRef Name="ExchangeRateKey" /></Key><Property Name="ExchangeRateKey" Type="Edm.Int32" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.Int32" /><Property Name="DateKey" Type="Edm.Date" /><Property Name="AverageRate" Type="Edm.Double" Nullable="false" /><Property Name="EndOfDayRate" Type="Edm.Double" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="CurrencyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimCurrency"><ReferentialConstraint Property="CurrencyKey" ReferencedProperty="CurrencyKey" /></NavigationProperty><NavigationProperty Name="DateKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="DateKey" ReferencedProperty="Datekey" /></NavigationProperty></EntityType><EntityType Name="FactInventory"><Key><PropertyRef Name="InventoryKey" /></Key><Property Name="InventoryKey" Type="Edm.Int32" Nullable="false" /><Property Name="DateKey" Type="Edm.Date" /><Property Name="StoreKey" Type="Edm.Int32" /><Property Name="ProductKey" Type="Edm.Int32" /><Property Name="CurrencyKey" Type="Edm.Int32" /><Property Name="OnHandQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="OnOrderQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="SafetyStockQuantity" Type="Edm.Int32" /><Property Name="UnitCost" Type="Edm.Decimal" Nullable="false" /><Property Name="DaysInStock" Type="Edm.Int32" /><Property Name="MinDayInStock" Type="Edm.Int32" /><Property Name="MaxDayInStock" Type="Edm.Int32" /><Property Name="Aging" Type="Edm.Int32" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="CurrencyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimCurrency"><ReferentialConstraint Property="CurrencyKey" ReferencedProperty="CurrencyKey" /></NavigationProperty><NavigationProperty Name="DateKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="DateKey" ReferencedProperty="Datekey" /></NavigationProperty><NavigationProperty Name="ProductKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimProduct"><ReferentialConstraint Property="ProductKey" ReferencedProperty="ProductKey" /></NavigationProperty><NavigationProperty Name="StoreKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimStore"><ReferentialConstraint Property="StoreKey" ReferencedProperty="StoreKey" /></NavigationProperty></EntityType><EntityType Name="FactITMachine"><Key><PropertyRef Name="Itmachinekey" /></Key><Property Name="Itmachinekey" Type="Edm.Int32" Nullable="false" /><Property Name="MachineKey" Type="Edm.Int32" /><Property Name="Datekey" Type="Edm.Date" /><Property Name="CostAmount" Type="Edm.Decimal" /><Property Name="CostType" Type="Edm.String" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="DatekeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="Datekey" ReferencedProperty="Datekey" /></NavigationProperty><NavigationProperty Name="MachineKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimMachine"><ReferentialConstraint Property="MachineKey" ReferencedProperty="MachineKey" /></NavigationProperty></EntityType><EntityType Name="FactITSLA"><Key><PropertyRef Name="Itslakey" /></Key><Property Name="Itslakey" Type="Edm.Int32" Nullable="false" /><Property Name="DateKey" Type="Edm.Date" /><Property Name="StoreKey" Type="Edm.Int32" /><Property Name="MachineKey" Type="Edm.Int32" /><Property Name="OutageKey" Type="Edm.Int32" /><Property Name="OutageStartTime" Type="Edm.Date" Nullable="false" /><Property Name="OutageEndTime" Type="Edm.Date" Nullable="false" /><Property Name="DownTime" Type="Edm.Int32" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="DateKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="DateKey" ReferencedProperty="Datekey" /></NavigationProperty><NavigationProperty Name="MachineKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimMachine"><ReferentialConstraint Property="MachineKey" ReferencedProperty="MachineKey" /></NavigationProperty><NavigationProperty Name="OutageKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimOutage"><ReferentialConstraint Property="OutageKey" ReferencedProperty="OutageKey" /></NavigationProperty><NavigationProperty Name="StoreKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimStore"><ReferentialConstraint Property="StoreKey" ReferencedProperty="StoreKey" /></NavigationProperty></EntityType><EntityType Name="FactOnlineSales"><Key><PropertyRef Name="OnlineSalesKey" /></Key><Property Name="OnlineSalesKey" Type="Edm.Int32" Nullable="false" /><Property Name="DateKey" Type="Edm.Date" /><Property Name="StoreKey" Type="Edm.Int32" /><Property Name="ProductKey" Type="Edm.Int32" /><Property Name="PromotionKey" Type="Edm.Int32" /><Property Name="CurrencyKey" Type="Edm.Int32" /><Property Name="CustomerKey" Type="Edm.Int32" /><Property Name="SalesOrderNumber" Type="Edm.String" Nullable="false" /><Property Name="SalesOrderLineNumber" Type="Edm.Int32" /><Property Name="SalesQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="SalesAmount" Type="Edm.Decimal" Nullable="false" /><Property Name="ReturnQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="ReturnAmount" Type="Edm.Decimal" /><Property Name="DiscountQuantity" Type="Edm.Int32" /><Property Name="DiscountAmount" Type="Edm.Decimal" /><Property Name="TotalCost" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitCost" Type="Edm.Decimal" /><Property Name="UnitPrice" Type="Edm.Decimal" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="CurrencyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimCurrency"><ReferentialConstraint Property="CurrencyKey" ReferencedProperty="CurrencyKey" /></NavigationProperty><NavigationProperty Name="CustomerKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimCustomer"><ReferentialConstraint Property="CustomerKey" ReferencedProperty="CustomerKey" /></NavigationProperty><NavigationProperty Name="DateKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="DateKey" ReferencedProperty="Datekey" /></NavigationProperty><NavigationProperty Name="ProductKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimProduct"><ReferentialConstraint Property="ProductKey" ReferencedProperty="ProductKey" /></NavigationProperty><NavigationProperty Name="PromotionKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimPromotion"><ReferentialConstraint Property="PromotionKey" ReferencedProperty="PromotionKey" /></NavigationProperty><NavigationProperty Name="StoreKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimStore"><ReferentialConstraint Property="StoreKey" ReferencedProperty="StoreKey" /></NavigationProperty></EntityType><EntityType Name="FactSales"><Key><PropertyRef Name="SalesKey" /></Key><Property Name="SalesKey" Type="Edm.Int32" Nullable="false" /><Property Name="DateKey" Type="Edm.Date" /><Property Name="ChannelKey" Type="Edm.Int32" /><Property Name="StoreKey" Type="Edm.Int32" /><Property Name="ProductKey" Type="Edm.Int32" /><Property Name="PromotionKey" Type="Edm.Int32" /><Property Name="CurrencyKey" Type="Edm.Int32" /><Property Name="UnitCost" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="SalesQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="ReturnQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="ReturnAmount" Type="Edm.Decimal" /><Property Name="DiscountQuantity" Type="Edm.Int32" /><Property Name="DiscountAmount" Type="Edm.Decimal" /><Property Name="TotalCost" Type="Edm.Decimal" Nullable="false" /><Property Name="SalesAmount" Type="Edm.Decimal" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="ChannelKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimChannel"><ReferentialConstraint Property="ChannelKey" ReferencedProperty="ChannelKey" /></NavigationProperty><NavigationProperty Name="CurrencyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimCurrency"><ReferentialConstraint Property="CurrencyKey" ReferencedProperty="CurrencyKey" /></NavigationProperty><NavigationProperty Name="DateKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="DateKey" ReferencedProperty="Datekey" /></NavigationProperty><NavigationProperty Name="ProductKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimProduct"><ReferentialConstraint Property="ProductKey" ReferencedProperty="ProductKey" /></NavigationProperty><NavigationProperty Name="PromotionKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimPromotion"><ReferentialConstraint Property="PromotionKey" ReferencedProperty="PromotionKey" /></NavigationProperty><NavigationProperty Name="StoreKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimStore"><ReferentialConstraint Property="StoreKey" ReferencedProperty="StoreKey" /></NavigationProperty></EntityType><EntityType Name="FactSalesQuota"><Key><PropertyRef Name="SalesQuotaKey" /></Key><Property Name="SalesQuotaKey" Type="Edm.Int32" Nullable="false" /><Property Name="ChannelKey" Type="Edm.Int32" /><Property Name="StoreKey" Type="Edm.Int32" /><Property Name="ProductKey" Type="Edm.Int32" /><Property Name="DateKey" Type="Edm.Date" /><Property Name="CurrencyKey" Type="Edm.Int32" /><Property Name="ScenarioKey" Type="Edm.Int32" /><Property Name="SalesQuantityQuota" Type="Edm.Decimal" Nullable="false" /><Property Name="SalesAmountQuota" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossMarginQuota" Type="Edm.Decimal" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="ChannelKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimChannel"><ReferentialConstraint Property="ChannelKey" ReferencedProperty="ChannelKey" /></NavigationProperty><NavigationProperty Name="CurrencyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimCurrency"><ReferentialConstraint Property="CurrencyKey" ReferencedProperty="CurrencyKey" /></NavigationProperty><NavigationProperty Name="DateKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="DateKey" ReferencedProperty="Datekey" /></NavigationProperty><NavigationProperty Name="ProductKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimProduct"><ReferentialConstraint Property="ProductKey" ReferencedProperty="ProductKey" /></NavigationProperty><NavigationProperty Name="ScenarioKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimScenario"><ReferentialConstraint Property="ScenarioKey" ReferencedProperty="ScenarioKey" /></NavigationProperty><NavigationProperty Name="StoreKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimStore"><ReferentialConstraint Property="StoreKey" ReferencedProperty="StoreKey" /></NavigationProperty></EntityType><EntityType Name="FactStrategyPlan"><Key><PropertyRef Name="StrategyPlanKey" /></Key><Property Name="StrategyPlanKey" Type="Edm.Int32" Nullable="false" /><Property Name="Datekey" Type="Edm.Date" /><Property Name="EntityKey" Type="Edm.Int32" /><Property Name="ScenarioKey" Type="Edm.Int32" /><Property Name="AccountKey" Type="Edm.Int32" /><Property Name="CurrencyKey" Type="Edm.Int32" /><Property Name="ProductCategoryKey" Type="Edm.Int32" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" /><Property Name="EtlloadId" Type="Edm.Int32" /><Property Name="LoadDate" Type="Edm.Date" /><Property Name="UpdateDate" Type="Edm.Date" /><NavigationProperty Name="AccountKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimAccount"><ReferentialConstraint Property="AccountKey" ReferencedProperty="AccountKey" /></NavigationProperty><NavigationProperty Name="CurrencyKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimCurrency"><ReferentialConstraint Property="CurrencyKey" ReferencedProperty="CurrencyKey" /></NavigationProperty><NavigationProperty Name="DatekeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimDate"><ReferentialConstraint Property="Datekey" ReferencedProperty="Datekey" /></NavigationProperty><NavigationProperty Name="EntityKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimEntity"><ReferentialConstraint Property="EntityKey" ReferencedProperty="EntityKey" /></NavigationProperty><NavigationProperty Name="ProductCategoryKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimProductCategory"><ReferentialConstraint Property="ProductCategoryKey" ReferencedProperty="ProductCategoryKey" /></NavigationProperty><NavigationProperty Name="ScenarioKeyNavigation" Type="GrapeCity.DataService.Contoso.Models.DimScenario"><ReferentialConstraint Property="ScenarioKey" ReferencedProperty="ScenarioKey" /></NavigationProperty></EntityType></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="Container"><EntitySet Name="DimAccounts" EntityType="GrapeCity.DataService.Contoso.Models.DimAccount"><NavigationPropertyBinding Path="FactStrategyPlans" Target="FactStrategyPlans" /></EntitySet><EntitySet Name="DimChannels" EntityType="GrapeCity.DataService.Contoso.Models.DimChannel"><NavigationPropertyBinding Path="FactSales" Target="FactSales" /><NavigationPropertyBinding Path="FactSalesQuota" Target="FactSalesQuotas" /></EntitySet><EntitySet Name="DimCurrencies" EntityType="GrapeCity.DataService.Contoso.Models.DimCurrency"><NavigationPropertyBinding Path="FactExchangeRates" Target="FactExchangeRates" /><NavigationPropertyBinding Path="FactInventories" Target="FactInventories" /><NavigationPropertyBinding Path="FactOnlineSales" Target="FactOnlineSales" /><NavigationPropertyBinding Path="FactSales" Target="FactSales" /><NavigationPropertyBinding Path="FactSalesQuota" Target="FactSalesQuotas" /><NavigationPropertyBinding Path="FactStrategyPlans" Target="FactStrategyPlans" /></EntitySet><EntitySet Name="DimCustomers" EntityType="GrapeCity.DataService.Contoso.Models.DimCustomer"><NavigationPropertyBinding Path="FactOnlineSales" Target="FactOnlineSales" /><NavigationPropertyBinding Path="GeographyKeyNavigation" Target="DimGeographies" /></EntitySet><EntitySet Name="DimDates" EntityType="GrapeCity.DataService.Contoso.Models.DimDate"><NavigationPropertyBinding Path="FactExchangeRates" Target="FactExchangeRates" /><NavigationPropertyBinding Path="FactInventories" Target="FactInventories" /><NavigationPropertyBinding Path="FactItmachines" Target="FactITMachines" /><NavigationPropertyBinding Path="FactItslas" Target="FactITSLAs" /><NavigationPropertyBinding Path="FactOnlineSales" Target="FactOnlineSales" /><NavigationPropertyBinding Path="FactSales" Target="FactSales" /><NavigationPropertyBinding Path="FactSalesQuota" Target="FactSalesQuotas" /><NavigationPropertyBinding Path="FactStrategyPlans" Target="FactStrategyPlans" /></EntitySet><EntitySet Name="DimEmployees" EntityType="GrapeCity.DataService.Contoso.Models.DimEmployee"><NavigationPropertyBinding Path="InverseParentEmployeeKeyNavigation" Target="DimEmployees" /><NavigationPropertyBinding Path="ParentEmployeeKeyNavigation" Target="DimEmployees" /></EntitySet><EntitySet Name="DimEntities" EntityType="GrapeCity.DataService.Contoso.Models.DimEntity"><NavigationPropertyBinding Path="DimStores" Target="DimStores" /><NavigationPropertyBinding Path="FactStrategyPlans" Target="FactStrategyPlans" /></EntitySet><EntitySet Name="DimGeographies" EntityType="GrapeCity.DataService.Contoso.Models.DimGeography"><NavigationPropertyBinding Path="DimCustomers" Target="DimCustomers" /><NavigationPropertyBinding Path="DimSalesTerritories" Target="DimSalesTerritories" /><NavigationPropertyBinding Path="DimStores" Target="DimStores" /></EntitySet><EntitySet Name="DimMachines" EntityType="GrapeCity.DataService.Contoso.Models.DimMachine"><NavigationPropertyBinding Path="FactItmachines" Target="FactITMachines" /><NavigationPropertyBinding Path="FactItslas" Target="FactITSLAs" /><NavigationPropertyBinding Path="StoreKeyNavigation" Target="DimStores" /></EntitySet><EntitySet Name="DimOutages" EntityType="GrapeCity.DataService.Contoso.Models.DimOutage"><NavigationPropertyBinding Path="FactItslas" Target="FactITSLAs" /></EntitySet><EntitySet Name="DimProducts" EntityType="GrapeCity.DataService.Contoso.Models.DimProduct"><NavigationPropertyBinding Path="FactInventories" Target="FactInventories" /><NavigationPropertyBinding Path="FactOnlineSales" Target="FactOnlineSales" /><NavigationPropertyBinding Path="FactSales" Target="FactSales" /><NavigationPropertyBinding Path="FactSalesQuota" Target="FactSalesQuotas" /><NavigationPropertyBinding Path="ProductSubcategoryKeyNavigation" Target="DimProductSubcategories" /></EntitySet><EntitySet Name="DimProductCategories" EntityType="GrapeCity.DataService.Contoso.Models.DimProductCategory"><NavigationPropertyBinding Path="DimProductSubcategories" Target="DimProductSubcategories" /><NavigationPropertyBinding Path="FactStrategyPlans" Target="FactStrategyPlans" /></EntitySet><EntitySet Name="DimProductSubcategories" EntityType="GrapeCity.DataService.Contoso.Models.DimProductSubcategory"><NavigationPropertyBinding Path="DimProducts" Target="DimProducts" /><NavigationPropertyBinding Path="ProductCategoryKeyNavigation" Target="DimProductCategories" /></EntitySet><EntitySet Name="DimPromotions" EntityType="GrapeCity.DataService.Contoso.Models.DimPromotion"><NavigationPropertyBinding Path="FactOnlineSales" Target="FactOnlineSales" /><NavigationPropertyBinding Path="FactSales" Target="FactSales" /></EntitySet><EntitySet Name="DimSalesTerritories" EntityType="GrapeCity.DataService.Contoso.Models.DimSalesTerritory"><NavigationPropertyBinding Path="GeographyKeyNavigation" Target="DimGeographies" /></EntitySet><EntitySet Name="DimScenarios" EntityType="GrapeCity.DataService.Contoso.Models.DimScenario"><NavigationPropertyBinding Path="FactSalesQuota" Target="FactSalesQuotas" /><NavigationPropertyBinding Path="FactStrategyPlans" Target="FactStrategyPlans" /></EntitySet><EntitySet Name="DimStores" EntityType="GrapeCity.DataService.Contoso.Models.DimStore"><NavigationPropertyBinding Path="DimMachines" Target="DimMachines" /><NavigationPropertyBinding Path="EntityKeyNavigation" Target="DimEntities" /><NavigationPropertyBinding Path="FactInventories" Target="FactInventories" /><NavigationPropertyBinding Path="FactItslas" Target="FactITSLAs" /><NavigationPropertyBinding Path="FactOnlineSales" Target="FactOnlineSales" /><NavigationPropertyBinding Path="FactSales" Target="FactSales" /><NavigationPropertyBinding Path="FactSalesQuota" Target="FactSalesQuotas" /><NavigationPropertyBinding Path="GeographyKeyNavigation" Target="DimGeographies" /></EntitySet><EntitySet Name="FactExchangeRates" EntityType="GrapeCity.DataService.Contoso.Models.FactExchangeRate"><NavigationPropertyBinding Path="CurrencyKeyNavigation" Target="DimCurrencies" /><NavigationPropertyBinding Path="DateKeyNavigation" Target="DimDates" /></EntitySet><EntitySet Name="FactInventories" EntityType="GrapeCity.DataService.Contoso.Models.FactInventory"><NavigationPropertyBinding Path="CurrencyKeyNavigation" Target="DimCurrencies" /><NavigationPropertyBinding Path="DateKeyNavigation" Target="DimDates" /><NavigationPropertyBinding Path="ProductKeyNavigation" Target="DimProducts" /><NavigationPropertyBinding Path="StoreKeyNavigation" Target="DimStores" /></EntitySet><EntitySet Name="FactITMachines" EntityType="GrapeCity.DataService.Contoso.Models.FactITMachine"><NavigationPropertyBinding Path="DatekeyNavigation" Target="DimDates" /><NavigationPropertyBinding Path="MachineKeyNavigation" Target="DimMachines" /></EntitySet><EntitySet Name="FactITSLAs" EntityType="GrapeCity.DataService.Contoso.Models.FactITSLA"><NavigationPropertyBinding Path="DateKeyNavigation" Target="DimDates" /><NavigationPropertyBinding Path="MachineKeyNavigation" Target="DimMachines" /><NavigationPropertyBinding Path="OutageKeyNavigation" Target="DimOutages" /><NavigationPropertyBinding Path="StoreKeyNavigation" Target="DimStores" /></EntitySet><EntitySet Name="FactOnlineSales" EntityType="GrapeCity.DataService.Contoso.Models.FactOnlineSales"><NavigationPropertyBinding Path="CurrencyKeyNavigation" Target="DimCurrencies" /><NavigationPropertyBinding Path="CustomerKeyNavigation" Target="DimCustomers" /><NavigationPropertyBinding Path="DateKeyNavigation" Target="DimDates" /><NavigationPropertyBinding Path="ProductKeyNavigation" Target="DimProducts" /><NavigationPropertyBinding Path="PromotionKeyNavigation" Target="DimPromotions" /><NavigationPropertyBinding Path="StoreKeyNavigation" Target="DimStores" /></EntitySet><EntitySet Name="FactSales" EntityType="GrapeCity.DataService.Contoso.Models.FactSales"><NavigationPropertyBinding Path="ChannelKeyNavigation" Target="DimChannels" /><NavigationPropertyBinding Path="CurrencyKeyNavigation" Target="DimCurrencies" /><NavigationPropertyBinding Path="DateKeyNavigation" Target="DimDates" /><NavigationPropertyBinding Path="ProductKeyNavigation" Target="DimProducts" /><NavigationPropertyBinding Path="PromotionKeyNavigation" Target="DimPromotions" /><NavigationPropertyBinding Path="StoreKeyNavigation" Target="DimStores" /></EntitySet><EntitySet Name="FactSalesQuotas" EntityType="GrapeCity.DataService.Contoso.Models.FactSalesQuota"><NavigationPropertyBinding Path="ChannelKeyNavigation" Target="DimChannels" /><NavigationPropertyBinding Path="CurrencyKeyNavigation" Target="DimCurrencies" /><NavigationPropertyBinding Path="DateKeyNavigation" Target="DimDates" /><NavigationPropertyBinding Path="ProductKeyNavigation" Target="DimProducts" /><NavigationPropertyBinding Path="ScenarioKeyNavigation" Target="DimScenarios" /><NavigationPropertyBinding Path="StoreKeyNavigation" Target="DimStores" /></EntitySet><EntitySet Name="FactStrategyPlans" EntityType="GrapeCity.DataService.Contoso.Models.FactStrategyPlan"><NavigationPropertyBinding Path="AccountKeyNavigation" Target="DimAccounts" /><NavigationPropertyBinding Path="CurrencyKeyNavigation" Target="DimCurrencies" /><NavigationPropertyBinding Path="DatekeyNavigation" Target="DimDates" /><NavigationPropertyBinding Path="EntityKeyNavigation" Target="DimEntities" /><NavigationPropertyBinding Path="ProductCategoryKeyNavigation" Target="DimProductCategories" /><NavigationPropertyBinding Path="ScenarioKeyNavigation" Target="DimScenarios" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>