<?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="Smartstore.Core.Common" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Address"><Key><PropertyRef Name="Id" /></Key><Property Name="Salutation" Type="Edm.String" /><Property Name="Title" Type="Edm.String" /><Property Name="FullName" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Company" Type="Edm.String" /><Property Name="PortName" Type="Edm.String" /><Property Name="CountryId" Type="Edm.Int32" /><Property Name="StateProvinceId" Type="Edm.Int32" /><Property Name="City" Type="Edm.String" /><Property Name="IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="Address1" Type="Edm.String" /><Property Name="Address2" Type="Edm.String" /><Property Name="ZipPostalCode" Type="Edm.String" /><Property Name="PhoneNumber" Type="Edm.String" /><Property Name="FaxNumber" Type="Edm.String" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Country" Type="Smartstore.Core.Common.Country"><ReferentialConstraint Property="CountryId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="StateProvince" Type="Smartstore.Core.Common.StateProvince"><ReferentialConstraint Property="StateProvinceId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Country"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" MaxLength="4000" /><Property Name="AllowsBilling" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowsShipping" Type="Edm.Boolean" Nullable="false" /><Property Name="TwoLetterIsoCode" Type="Edm.String" /><Property Name="ThreeLetterIsoCode" Type="Edm.String" /><Property Name="NumericIsoCode" Type="Edm.Int32" Nullable="false" /><Property Name="SubjectToVat" Type="Edm.Boolean" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="DisplayCookieManager" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="AddressFormat" Type="Edm.String" MaxLength="-1" /><Property Name="DiallingCode" Type="Edm.Int32" /><Property Name="DefaultCurrencyId" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="StateProvinces" Type="Collection(Smartstore.Core.Common.StateProvince)" /></EntityType><EntityType Name="Currency"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="CurrencyCode" Type="Edm.String" Nullable="false" /><Property Name="Rate" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="DisplayLocale" Type="Edm.String" /><Property Name="CustomFormatting" Type="Edm.String" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="DomainEndings" Type="Edm.String" /><Property Name="RoundOrderItemsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="RoundNumDecimals" Type="Edm.Int32" Nullable="false" /><Property Name="RoundOrderTotalEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="RoundOrderTotalDenominator" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="RoundOrderTotalRule" Type="Smartstore.Core.Common.CurrencyRoundingRule" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="GenericAttribute"><Key><PropertyRef Name="Id" /></Key><Property Name="EntityId" Type="Edm.Int32" Nullable="false" /><Property Name="KeyGroup" Type="Edm.String" Nullable="false" /><Property Name="Key" Type="Edm.String" Nullable="false" /><Property Name="Value" Type="Edm.String" Nullable="false" MaxLength="-1" /><Property Name="StoreId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="MeasureDimension"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="SystemKeyword" Type="Edm.String" Nullable="false" /><Property Name="Ratio" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="MeasureWeight"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" /><Property Name="SystemKeyword" Type="Edm.String" /><Property Name="Ratio" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="QuantityUnit"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="NamePlural" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" /><Property Name="DisplayLocale" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="StateProvince"><Key><PropertyRef Name="Id" /></Key><Property Name="CountryId" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Abbreviation" Type="Edm.String" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Country" Type="Smartstore.Core.Common.Country"><ReferentialConstraint Property="CountryId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="DeliveryTime"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="ColorHexValue" Type="Edm.String" Nullable="false" /><Property Name="DisplayLocale" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="IsDefault" Type="Edm.Boolean" /><Property Name="MinDays" Type="Edm.Int32" /><Property Name="MaxDays" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="CurrencyRoundingRule"><Member Name="RoundMidpointDown" Value="0" /><Member Name="RoundMidpointUp" Value="1" /><Member Name="AlwaysRoundDown" Value="2" /><Member Name="AlwaysRoundUp" Value="3" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Catalog.Categories" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Category"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="FullName" Type="Edm.String" /><Property Name="Description" Type="Edm.String" MaxLength="-1" /><Property Name="BottomDescription" Type="Edm.String" MaxLength="-1" /><Property Name="ExternalLink" Type="Edm.String" /><Property Name="BadgeText" Type="Edm.String" /><Property Name="BadgeStyle" Type="Edm.Int32" Nullable="false" /><Property Name="Alias" Type="Edm.String" /><Property Name="CategoryTemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="MetaKeywords" Type="Edm.String" /><Property Name="MetaDescription" Type="Edm.String" /><Property Name="MetaTitle" Type="Edm.String" /><Property Name="ParentCategoryId" Type="Edm.Int32" Nullable="false" /><Property Name="MediaFileId" Type="Edm.Int32" /><Property Name="PageSize" Type="Edm.Int32" /><Property Name="AllowCustomersToSelectPageSize" Type="Edm.Boolean" /><Property Name="PageSizeOptions" Type="Edm.String" /><Property Name="ShowOnHomePage" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="SubjectToAcl" Type="Edm.Boolean" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="Disabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="DefaultViewMode" Type="Edm.String" MaxLength="-1" /><Property Name="HasChildrens" Type="Edm.Boolean" Nullable="false" /><Property Name="HasDiscountsApplied" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ParentCategory" Type="Smartstore.Core.Catalog.Categories.Category" /><NavigationProperty Name="MediaFile" Type="Smartstore.Core.Content.Media.MediaFile"><ReferentialConstraint Property="MediaFileId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Childrens" Type="Collection(Smartstore.Core.Catalog.Categories.Category)" /><NavigationProperty Name="Translations" Type="Collection(Smartstore.Core.Localization.LocalizedProperty)" /><NavigationProperty Name="AppliedDiscounts" Type="Collection(Smartstore.Core.Catalog.Discounts.Discount)" /></EntityType><EntityType Name="ProductCategory"><Key><PropertyRef Name="Id" /></Key><Property Name="CategoryId" Type="Edm.Int32" /><Property Name="ProductId" Type="Edm.Int32" /><Property Name="IsFeaturedProduct" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="IsSystemMapping" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Category" Type="Smartstore.Core.Catalog.Categories.Category"><ReferentialConstraint Property="CategoryId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType></Schema><Schema Namespace="Smartstore.Core.Identity" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="CustomerRoleMapping"><Key><PropertyRef Name="Id" /></Key><Property Name="CustomerId" Type="Edm.Int32" /><Property Name="CustomerRoleId" Type="Edm.Int32" /><Property Name="IsSystemMapping" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Customer" Type="Smartstore.Core.Identity.Customer"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="CustomerRole" Type="Smartstore.Core.Identity.CustomerRole"><ReferentialConstraint Property="CustomerRoleId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="CustomerRole"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="FreeShipping" Type="Edm.Boolean" Nullable="false" /><Property Name="TaxExempt" Type="Edm.Boolean" Nullable="false" /><Property Name="TaxDisplayType" Type="Edm.Int32" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSystemRole" Type="Edm.Boolean" Nullable="false" /><Property Name="SystemName" Type="Edm.String" /><Property Name="OrderTotalMinimum" Type="Edm.Decimal" Scale="Variable" /><Property Name="OrderTotalMaximum" Type="Edm.Decimal" Scale="Variable" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="Customer"><Key><PropertyRef Name="Id" /></Key><Property Name="CustomerGuid" Type="Edm.Guid" Nullable="false" /><Property Name="Username" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="AdminComment" Type="Edm.String" /><Property Name="IsTaxExempt" Type="Edm.Boolean" Nullable="false" /><Property Name="AffiliateId" Type="Edm.Int32" Nullable="false" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSystemAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="SystemName" Type="Edm.String" /><Property Name="LastIpAddress" Type="Edm.String" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastLoginDateUtc" Type="Edm.DateTimeOffset" /><Property Name="LastActivityDateUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Salutation" Type="Edm.String" /><Property Name="Title" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="FullName" Type="Edm.String" /><Property Name="Company" Type="Edm.String" /><Property Name="CustomerNumber" Type="Edm.String" /><Property Name="BirthDate" Type="Edm.DateTimeOffset" /><Property Name="Gender" Type="Edm.String" /><Property Name="VatNumberStatusId" Type="Edm.Int32" Nullable="false" /><Property Name="TimeZoneId" Type="Edm.String" /><Property Name="TaxDisplayTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="LastForumVisit" Type="Edm.DateTimeOffset" /><Property Name="LastUserAgent" Type="Edm.String" /><Property Name="LastUserDeviceType" Type="Edm.String" /><Property Name="BillingAddressId" Type="Edm.Int32" /><Property Name="ShippingAddressId" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="BillingAddress" Type="Smartstore.Core.Common.Address" /><NavigationProperty Name="ShippingAddress" Type="Smartstore.Core.Common.Address" /><NavigationProperty Name="Addresses" Type="Collection(Smartstore.Core.Common.Address)" /><NavigationProperty Name="CustomerRoleMappings" Type="Collection(Smartstore.Core.Identity.CustomerRoleMapping)" /><NavigationProperty Name="Orders" Type="Collection(Smartstore.Core.Checkout.Orders.Order)" /><NavigationProperty Name="RewardPointsHistory" Type="Collection(Smartstore.Core.Identity.RewardPointsHistory)" /><NavigationProperty Name="ReturnRequests" Type="Collection(Smartstore.Core.Checkout.Orders.ReturnRequest)" /></EntityType><EntityType Name="RewardPointsHistory"><Key><PropertyRef Name="Id" /></Key><Property Name="CustomerId" Type="Edm.Int32" /><Property Name="Points" Type="Edm.Int32" Nullable="false" /><Property Name="PointsBalance" Type="Edm.Int32" Nullable="false" /><Property Name="UsedAmount" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="Message" Type="Edm.String" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UsedWithOrderId" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Customer" Type="Smartstore.Core.Identity.Customer"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="UsedWithOrder" Type="Smartstore.Core.Checkout.Orders.Order" /></EntityType><EntityType Name="CustomerContent"><Key><PropertyRef Name="Id" /></Key><Property Name="CustomerId" Type="Edm.Int32" /><Property Name="IpAddress" Type="Edm.String" /><Property Name="IsApproved" Type="Edm.Boolean" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Customer" Type="Smartstore.Core.Identity.Customer"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EnumType Name="PasswordFormat"><Member Name="Clear" Value="0" /><Member Name="Hashed" Value="1" /><Member Name="Encrypted" Value="2" /></EnumType><EnumType Name="WalletPostingReason"><Member Name="Admin" Value="0" /><Member Name="Purchase" Value="1" /><Member Name="Refill" Value="2" /><Member Name="Refund" Value="3" /><Member Name="PartialRefund" Value="4" /><Member Name="Debit" Value="5" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Catalog.Discounts" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Discount"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="DiscountTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="UsePercentage" Type="Edm.Boolean" Nullable="false" /><Property Name="DiscountPercentage" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="StartDateUtc" Type="Edm.DateTimeOffset" /><Property Name="EndDateUtc" Type="Edm.DateTimeOffset" /><Property Name="RequiresCouponCode" Type="Edm.Boolean" Nullable="false" /><Property Name="CouponCode" Type="Edm.String" /><Property Name="DiscountLimitationId" Type="Edm.Int32" Nullable="false" /><Property Name="LimitationTimes" Type="Edm.Int32" Nullable="false" /><Property Name="ShowCountdownRemainingHours" Type="Edm.Int32" /><Property Name="OfferBadgeLabel" Type="Edm.String" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="AppliedToManufacturers" Type="Collection(Smartstore.Core.Catalog.Brands.Manufacturer)" /><NavigationProperty Name="AppliedToCategories" Type="Collection(Smartstore.Core.Catalog.Categories.Category)" /><NavigationProperty Name="AppliedToProducts" Type="Collection(Smartstore.Core.Catalog.Products.Product)" /></EntityType><EnumType Name="DiscountType"><Member Name="AssignedToOrderTotal" Value="1" /><Member Name="AssignedToSkus" Value="2" /><Member Name="AssignedToCategories" Value="5" /><Member Name="AssignedToManufacturers" Value="6" /><Member Name="AssignedToShipping" Value="10" /><Member Name="AssignedToOrderSubTotal" Value="20" /></EnumType><EnumType Name="DiscountLimitationType"><Member Name="Unlimited" Value="0" /><Member Name="NTimesOnly" Value="15" /><Member Name="NTimesPerCustomer" Value="25" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Content.Media" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Download"><Key><PropertyRef Name="Id" /></Key><Property Name="DownloadGuid" Type="Edm.Guid" Nullable="false" /><Property Name="UseDownloadUrl" Type="Edm.Boolean" Nullable="false" /><Property Name="DownloadUrl" Type="Edm.String" /><Property Name="IsTransient" Type="Edm.Boolean" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="MediaFileId" Type="Edm.Int32" /><Property Name="EntityId" Type="Edm.Int32" Nullable="false" /><Property Name="EntityName" Type="Edm.String" /><Property Name="FileVersion" Type="Edm.String" /><Property Name="Changelog" Type="Edm.String" MaxLength="-1" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="MediaFile" Type="Smartstore.Core.Content.Media.MediaFile"><ReferentialConstraint Property="MediaFileId" ReferencedProperty="Id" /></NavigationProperty></EntityType><ComplexType Name="MediaFilesFilter"><Property Name="mediaTypes" Type="Collection(Edm.String)" /><Property Name="mimeTypes" Type="Collection(Edm.String)" /><Property Name="extensions" Type="Collection(Edm.String)" /><Property Name="dimensions" Type="Collection(Smartstore.Core.Content.Media.ImageDimension)" Nullable="false" /><Property Name="tags" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="hidden" Type="Edm.Boolean" /><Property Name="deleted" Type="Edm.Boolean" /><Property Name="term" Type="Edm.String" /><Property Name="exact" Type="Edm.Boolean" /><Property Name="includeAlt" Type="Edm.Boolean" /></ComplexType><ComplexType Name="MediaSearchQuery" BaseType="Smartstore.Core.Content.Media.MediaFilesFilter"><Property Name="folderId" Type="Edm.Int32" /><Property Name="deep" Type="Edm.Boolean" /><Property Name="page" Type="Edm.Int32" /><Property Name="pageSize" Type="Edm.Int32" /><Property Name="sortBy" Type="Edm.String" /><Property Name="sortDesc" Type="Edm.Boolean" /></ComplexType><EntityType Name="MediaFile"><Key><PropertyRef Name="Id" /></Key><Property Name="FolderId" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="Alt" Type="Edm.String" /><Property Name="Title" Type="Edm.String" /><Property Name="Extension" Type="Edm.String" /><Property Name="MimeType" Type="Edm.String" Nullable="false" /><Property Name="MediaType" Type="Edm.String" Nullable="false" /><Property Name="Size" Type="Edm.Int32" Nullable="false" /><Property Name="PixelSize" Type="Edm.Int32" /><Property Name="Metadata" Type="Edm.String" MaxLength="-1" /><Property Name="AdminComment" Type="Edm.String" /><Property Name="Width" Type="Edm.Int32" /><Property Name="Height" Type="Edm.Int32" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="IsTransient" Type="Edm.Boolean" Nullable="false" /><Property Name="MediaStorageId" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Folder" Type="Smartstore.Core.Content.Media.MediaFolder" /><NavigationProperty Name="Tags" Type="Collection(Smartstore.Core.Content.Media.MediaTag)" /><NavigationProperty Name="Tracks" Type="Collection(Smartstore.Core.Content.Media.MediaTrack)" /><NavigationProperty Name="ProductMediaFiles" Type="Collection(Smartstore.Core.Catalog.Products.ProductMediaFile)" /></EntityType><EntityType Name="MediaFolder"><Key><PropertyRef Name="Id" /></Key><Property Name="ParentId" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Slug" Type="Edm.String" /><Property Name="CanDetectTracks" Type="Edm.Boolean" Nullable="false" /><Property Name="Metadata" Type="Edm.String" MaxLength="-1" /><Property Name="FilesCount" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="MediaAlbum" BaseType="Smartstore.Core.Content.Media.MediaFolder"><Property Name="IncludePath" Type="Edm.Boolean" Nullable="false" /><Property Name="Order" Type="Edm.Int32" /></EntityType><EntityType Name="MediaTag"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="MediaTrack"><Key><PropertyRef Name="Id" /></Key><Property Name="MediaFileId" Type="Edm.Int32" Nullable="false" /><Property Name="Album" Type="Edm.String" Nullable="false" /><Property Name="EntityId" Type="Edm.Int32" Nullable="false" /><Property Name="EntityName" Type="Edm.String" Nullable="false" /><Property Name="Property" Type="Edm.String" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="DuplicateFileHandling"><Member Name="ThrowError" Value="0" /><Member Name="Overwrite" Value="1" /><Member Name="Rename" Value="2" /></EnumType><EnumType Name="DuplicateEntryHandling"><Member Name="ThrowError" Value="0" /><Member Name="Overwrite" Value="1" /><Member Name="Rename" Value="2" /><Member Name="Skip" Value="3" /></EnumType><EnumType Name="FileHandling"><Member Name="SoftDelete" Value="0" /><Member Name="MoveToRoot" Value="1" /><Member Name="Delete" Value="2" /></EnumType><EnumType Name="MediaTrackOperation"><Member Name="Track" Value="0" /><Member Name="Untrack" Value="1" /></EnumType><EnumType Name="ImageDimension"><Member Name="VerySmall" Value="0" /><Member Name="Small" Value="1" /><Member Name="Medium" Value="2" /><Member Name="Large" Value="3" /><Member Name="VeryLarge" Value="4" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Localization" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Language"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="LanguageCulture" Type="Edm.String" Nullable="false" /><Property Name="UniqueSeoCode" Type="Edm.String" /><Property Name="FlagImageFileName" Type="Edm.String" /><Property Name="Rtl" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="LocalizedProperty"><Key><PropertyRef Name="Id" /></Key><Property Name="EntityId" Type="Edm.Int32" Nullable="false" /><Property Name="LanguageId" Type="Edm.Int32" /><Property Name="LocaleKeyGroup" Type="Edm.String" Nullable="false" /><Property Name="LocaleKey" Type="Edm.String" Nullable="false" /><Property Name="LocaleValue" Type="Edm.String" Nullable="false" MaxLength="-1" /><Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" /><Property Name="CreatedBy" Type="Edm.String" /><Property Name="UpdatedBy" Type="Edm.String" /><Property Name="TranslatedOnUtc" Type="Edm.DateTimeOffset" /><Property Name="MasterChecksum" Type="Edm.String" /><Property Name="ProductId" Type="Edm.Int32" /><Property Name="CategoryId" Type="Edm.Int32" /><Property Name="ProductVariantAttributeValueId" Type="Edm.Int32" /><Property Name="ProductAttributeId" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Language" Type="Smartstore.Core.Localization.Language"><ReferentialConstraint Property="LanguageId" ReferencedProperty="Id" /></NavigationProperty></EntityType></Schema><Schema Namespace="Smartstore.Core.Catalog.Brands" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Manufacturer"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" MaxLength="-1" /><Property Name="BottomDescription" Type="Edm.String" MaxLength="-1" /><Property Name="ManufacturerTemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="MetaKeywords" Type="Edm.String" /><Property Name="MetaDescription" Type="Edm.String" /><Property Name="MetaTitle" Type="Edm.String" /><Property Name="MediaFileId" Type="Edm.Int32" /><Property Name="PageSize" Type="Edm.Int32" /><Property Name="AllowCustomersToSelectPageSize" Type="Edm.Boolean" /><Property Name="PageSizeOptions" Type="Edm.String" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="SubjectToAcl" Type="Edm.Boolean" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="HasDiscountsApplied" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="MediaFile" Type="Smartstore.Core.Content.Media.MediaFile"><ReferentialConstraint Property="MediaFileId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="AppliedDiscounts" Type="Collection(Smartstore.Core.Catalog.Discounts.Discount)" /></EntityType><EntityType Name="ProductManufacturer"><Key><PropertyRef Name="Id" /></Key><Property Name="ManufacturerId" Type="Edm.Int32" /><Property Name="ProductId" Type="Edm.Int32" /><Property Name="IsFeaturedProduct" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Manufacturer" Type="Smartstore.Core.Catalog.Brands.Manufacturer"><ReferentialConstraint Property="ManufacturerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType></Schema><Schema Namespace="Smartstore.Core.Checkout.Orders" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="OrderNote"><Key><PropertyRef Name="Id" /></Key><Property Name="OrderId" Type="Edm.Int32" /><Property Name="Note" Type="Edm.String" Nullable="false" MaxLength="-1" /><Property Name="DisplayToCustomer" Type="Edm.Boolean" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Order" Type="Smartstore.Core.Checkout.Orders.Order"><ReferentialConstraint Property="OrderId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="OrderItem"><Key><PropertyRef Name="Id" /></Key><Property Name="OrderItemGuid" Type="Edm.Guid" Nullable="false" /><Property Name="OrderId" Type="Edm.Int32" /><Property Name="ProductId" Type="Edm.Int32" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="UnitPriceInclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="UnitPriceExclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="PriceInclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="PriceExclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="TaxRate" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="DiscountAmountInclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="DiscountAmountExclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="AttributeDescription" Type="Edm.String" /><Property Name="RawAttributes" Type="Edm.String" MaxLength="-1" /><Property Name="DownloadCount" Type="Edm.Int32" Nullable="false" /><Property Name="IsDownloadActivated" Type="Edm.Boolean" Nullable="false" /><Property Name="LicenseDownloadId" Type="Edm.Int32" /><Property Name="ItemWeight" Type="Edm.Decimal" Scale="Variable" /><Property Name="BundleData" Type="Edm.String" MaxLength="-1" /><Property Name="ProductCost" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="DeliveryTimeId" Type="Edm.Int32" /><Property Name="DisplayDeliveryTime" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Order" Type="Smartstore.Core.Checkout.Orders.Order"><ReferentialConstraint Property="OrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Product" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Order"><Key><PropertyRef Name="Id" /></Key><Property Name="OrderNumber" Type="Edm.String" /><Property Name="ExpirationDate" Type="Edm.Int32" /><Property Name="OrderGuid" Type="Edm.Guid" Nullable="false" /><Property Name="RequestTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="StoreId" Type="Edm.Int32" Nullable="false" /><Property Name="ShippingTypeId" Type="Edm.Int32" /><Property Name="ContainerId" Type="Edm.Int32" /><Property Name="ContainerCount" Type="Edm.Int32" /><Property Name="DeliveryTypeId" Type="Edm.Int32" /><Property Name="CustomerId" Type="Edm.Int32" /><Property Name="BillingAddressId" Type="Edm.Int32" Nullable="false" /><Property Name="ShippingAddressId" Type="Edm.Int32" /><Property Name="PaymentMethodSystemName" Type="Edm.String" /><Property Name="CustomerCurrencyCode" Type="Edm.String" /><Property Name="CurrencyRate" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="VatNumber" Type="Edm.String" /><Property Name="OrderSubtotalInclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderSubtotalExclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderSubTotalDiscountInclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderSubTotalDiscountExclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderShippingInclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderShippingExclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderShippingTaxRate" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="PaymentMethodAdditionalFeeInclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="PaymentMethodAdditionalFeeExclTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="PaymentMethodAdditionalFeeTaxRate" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="TaxRates" Type="Edm.String" /><Property Name="OrderTax" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderDiscount" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="CreditBalance" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderTotalRounding" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="OrderTotal" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="RefundedAmount" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="RewardPointsWereAdded" Type="Edm.Boolean" Nullable="false" /><Property Name="CheckoutAttributeDescription" Type="Edm.String" /><Property Name="RawAttributes" Type="Edm.String" /><Property Name="CustomerLanguageId" Type="Edm.Int32" Nullable="false" /><Property Name="AffiliateId" Type="Edm.Int32" Nullable="false" /><Property Name="CustomerIp" Type="Edm.String" /><Property Name="AllowStoringCreditCardNumber" Type="Edm.Boolean" Nullable="false" /><Property Name="CardType" Type="Edm.String" /><Property Name="CustomerOrderComment" Type="Edm.String" MaxLength="-1" /><Property Name="AuthorizationTransactionId" Type="Edm.String" /><Property Name="AuthorizationTransactionCode" Type="Edm.String" /><Property Name="AuthorizationTransactionResult" Type="Edm.String" /><Property Name="CaptureTransactionId" Type="Edm.String" /><Property Name="CaptureTransactionResult" Type="Edm.String" /><Property Name="SubscriptionTransactionId" Type="Edm.String" /><Property Name="PurchaseOrderNumber" Type="Edm.String" /><Property Name="PaidDateUtc" Type="Edm.DateTimeOffset" /><Property Name="ShippingMethod" Type="Edm.String" /><Property Name="ShippingRateComputationMethodSystemName" Type="Edm.String" /><Property Name="Deleted" Type="Edm.Boolean" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="RewardPointsRemaining" Type="Edm.Int32" /><Property Name="HasNewPaymentNotification" Type="Edm.Boolean" Nullable="false" /><Property Name="AcceptThirdPartyEmailHandOver" Type="Edm.Boolean" Nullable="false" /><Property Name="OrderStatusId" Type="Edm.Int32" Nullable="false" /><Property Name="PaymentStatusId" Type="Edm.Int32" Nullable="false" /><Property Name="ShippingStatusId" Type="Edm.Int32" Nullable="false" /><Property Name="CustomerTaxDisplayTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ShippingType" Type="Smartstore.Core.Catalog.ShippingTypes.Domain.ShippingType"><ReferentialConstraint Property="ShippingTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Container" Type="Smartstore.Core.Catalog.Containers.Domain.Container"><ReferentialConstraint Property="ContainerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DeliveryType" Type="Smartstore.Core.Catalog.DeliveryTypes.Domain.DeliveryType"><ReferentialConstraint Property="DeliveryTypeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Customer" Type="Smartstore.Core.Identity.Customer"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="BillingAddress" Type="Smartstore.Core.Common.Address" /><NavigationProperty Name="ShippingAddress" Type="Smartstore.Core.Common.Address" /><NavigationProperty Name="RedeemedRewardPointsEntry" Type="Smartstore.Core.Identity.RewardPointsHistory" /><NavigationProperty Name="OrderNotes" Type="Collection(Smartstore.Core.Checkout.Orders.OrderNote)" /><NavigationProperty Name="OrderItems" Type="Collection(Smartstore.Core.Checkout.Orders.OrderItem)" /><NavigationProperty Name="Shipments" Type="Collection(Smartstore.Core.Checkout.Shipping.Shipment)" /></EntityType><EntityType Name="ReturnRequest"><Key><PropertyRef Name="Id" /></Key><Property Name="StoreId" Type="Edm.Int32" Nullable="false" /><Property Name="OrderItemId" Type="Edm.Int32" Nullable="false" /><Property Name="CustomerId" Type="Edm.Int32" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="ReasonForReturn" Type="Edm.String" Nullable="false" /><Property Name="RequestedAction" Type="Edm.String" Nullable="false" /><Property Name="RequestedActionUpdatedOnUtc" Type="Edm.DateTimeOffset" /><Property Name="CustomerComments" Type="Edm.String" /><Property Name="StaffNotes" Type="Edm.String" /><Property Name="AdminComment" Type="Edm.String" /><Property Name="ReturnRequestStatusId" Type="Edm.Int32" Nullable="false" /><Property Name="RefundToWallet" Type="Edm.Boolean" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Customer" Type="Smartstore.Core.Identity.Customer"><ReferentialConstraint Property="CustomerId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EnumType Name="RequestType"><Member Name="OfferRequest" Value="0" /><Member Name="PriceOffer" Value="1" /><Member Name="SalesInvoice" Value="2" /></EnumType><EnumType Name="OrderStatus"><Member Name="Pending" Value="10" /><Member Name="Processing" Value="20" /><Member Name="Complete" Value="30" /><Member Name="Cancelled" Value="40" /></EnumType><EnumType Name="ReturnRequestStatus"><Member Name="Pending" Value="0" /><Member Name="Received" Value="10" /><Member Name="ReturnAuthorized" Value="20" /><Member Name="ItemsRepaired" Value="30" /><Member Name="ItemsRefunded" Value="40" /><Member Name="RequestRejected" Value="50" /><Member Name="Cancelled" Value="60" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Catalog.Pricing" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="PriceLabel"><Key><PropertyRef Name="Id" /></Key><Property Name="ShortName" Type="Edm.String" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="IsRetailPrice" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayShortNameInLists" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="TierPrice"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductId" Type="Edm.Int32" Nullable="false" /><Property Name="StoreId" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="Price" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="CalculationMethod" Type="Smartstore.Core.Catalog.Pricing.TierPriceCalculationMethod" Nullable="false" /><Property Name="CustomerRoleId" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="TierPriceCalculationMethod"><Member Name="Fixed" Value="0" /><Member Name="Percental" Value="5" /><Member Name="Adjustment" Value="10" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Catalog.Attributes" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ProductAttributeOption"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductAttributeOptionsSetId" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="Alias" Type="Edm.String" /><Property Name="MediaFileId" Type="Edm.Int32" Nullable="false" /><Property Name="Color" Type="Edm.String" /><Property Name="PriceAdjustment" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="WeightAdjustment" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="IsPreSelected" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="ValueTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="LinkedProductId" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ProductAttributeOptionsSet" Type="Smartstore.Core.Catalog.Attributes.ProductAttributeOptionsSet"><ReferentialConstraint Property="ProductAttributeOptionsSetId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductAttributeOptionsSet"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" /><Property Name="ProductAttributeId" Type="Edm.Int32" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ProductAttribute" Type="Smartstore.Core.Catalog.Attributes.ProductAttribute"><ReferentialConstraint Property="ProductAttributeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductAttributeOptions" Type="Collection(Smartstore.Core.Catalog.Attributes.ProductAttributeOption)" /></EntityType><EntityType Name="ProductAttribute"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" /><Property Name="Alias" Type="Edm.String" /><Property Name="AllowFiltering" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="FacetTemplateHint" Type="Smartstore.Core.Search.Facets.FacetTemplateHint" Nullable="false" /><Property Name="IndexOptionNames" Type="Edm.Boolean" Nullable="false" /><Property Name="ExportMappings" Type="Edm.String" MaxLength="-1" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ProductAttributeOptionsSets" Type="Collection(Smartstore.Core.Catalog.Attributes.ProductAttributeOptionsSet)" /><NavigationProperty Name="Translations" Type="Collection(Smartstore.Core.Localization.LocalizedProperty)" /></EntityType><EntityType Name="ProductSpecificationAttribute"><Key><PropertyRef Name="Id" /></Key><Property Name="SpecificationAttributeOptionId" Type="Edm.Int32" /><Property Name="ProductId" Type="Edm.Int32" Nullable="false" /><Property Name="AllowFiltering" Type="Edm.Boolean" /><Property Name="ShowOnProductPage" Type="Edm.Boolean" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="SpecificationAttributeOption" Type="Smartstore.Core.Catalog.Attributes.SpecificationAttributeOption"><ReferentialConstraint Property="SpecificationAttributeOptionId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductVariantAttributeCombination"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductId" Type="Edm.Int32" Nullable="false" /><Property Name="Sku" Type="Edm.String" /><Property Name="Gtin" Type="Edm.String" /><Property Name="ManufacturerPartNumber" Type="Edm.String" /><Property Name="Price" Type="Edm.Decimal" Scale="Variable" /><Property Name="Length" Type="Edm.Decimal" Scale="Variable" /><Property Name="Width" Type="Edm.Decimal" Scale="Variable" /><Property Name="Height" Type="Edm.Decimal" Scale="Variable" /><Property Name="BasePriceAmount" Type="Edm.Decimal" Scale="Variable" /><Property Name="BasePriceBaseAmount" Type="Edm.Int32" /><Property Name="AssignedMediaFileIds" Type="Edm.String" /><Property Name="IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="DeliveryTimeId" Type="Edm.Int32" /><Property Name="BoxWeight" Type="Edm.Decimal" Scale="Variable" /><Property Name="BoxPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="ItemCountInBox" Type="Edm.Decimal" Scale="Variable" /><Property Name="ContainerPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="BoxesCountInContainer" Type="Edm.Decimal" Scale="Variable" /><Property Name="QuantityUnitId" Type="Edm.Int32" /><Property Name="ProductUnitId" Type="Edm.Int32" /><Property Name="RawAttributes" Type="Edm.String" MaxLength="-1" /><Property Name="StockQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="AllowOutOfStockOrders" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="DeliveryTime" Type="Smartstore.Core.Common.DeliveryTime"><ReferentialConstraint Property="DeliveryTimeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="QuantityUnit" Type="Smartstore.Core.Common.QuantityUnit"><ReferentialConstraint Property="QuantityUnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductUnit" Type="Smartstore.Core.Common.Domain.ProductUnit"><ReferentialConstraint Property="ProductUnitId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductVariantAttribute"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductId" Type="Edm.Int32" Nullable="false" /><Property Name="ProductAttributeId" Type="Edm.Int32" /><Property Name="TextPrompt" Type="Edm.String" /><Property Name="CustomData" Type="Edm.String" MaxLength="-1" /><Property Name="IsRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="AttributeControlTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ProductAttribute" Type="Smartstore.Core.Catalog.Attributes.ProductAttribute"><ReferentialConstraint Property="ProductAttributeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductVariantAttributeValues" Type="Collection(Smartstore.Core.Catalog.Attributes.ProductVariantAttributeValue)" /></EntityType><EntityType Name="ProductVariantAttributeValue"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductVariantAttributeId" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="Alias" Type="Edm.String" /><Property Name="MediaFileId" Type="Edm.Int32" Nullable="false" /><Property Name="Color" Type="Edm.String" /><Property Name="PriceAdjustment" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="WeightAdjustment" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="IsPreSelected" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="ValueTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="LinkedProductId" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ProductVariantAttribute" Type="Smartstore.Core.Catalog.Attributes.ProductVariantAttribute"><ReferentialConstraint Property="ProductVariantAttributeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Translations" Type="Collection(Smartstore.Core.Localization.LocalizedProperty)" /></EntityType><EntityType Name="SpecificationAttributeOption"><Key><PropertyRef Name="Id" /></Key><Property Name="SpecificationAttributeId" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Alias" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="NumberValue" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="MediaFileId" Type="Edm.Int32" Nullable="false" /><Property Name="Color" Type="Edm.String" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="SpecificationAttribute" Type="Smartstore.Core.Catalog.Attributes.SpecificationAttribute"><ReferentialConstraint Property="SpecificationAttributeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductSpecificationAttributes" Type="Collection(Smartstore.Core.Catalog.Attributes.ProductSpecificationAttribute)" /></EntityType><EntityType Name="SpecificationAttribute"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Alias" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="ShowOnProductPage" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowFiltering" Type="Edm.Boolean" Nullable="false" /><Property Name="FacetSorting" Type="Smartstore.Core.Search.Facets.FacetSorting" Nullable="false" /><Property Name="FacetTemplateHint" Type="Smartstore.Core.Search.Facets.FacetTemplateHint" Nullable="false" /><Property Name="IndexOptionNames" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="SpecificationAttributeOptions" Type="Collection(Smartstore.Core.Catalog.Attributes.SpecificationAttributeOption)" /></EntityType><EnumType Name="ProductVariantAttributeValueType"><Member Name="Simple" Value="0" /><Member Name="ProductLinkage" Value="10" /></EnumType><EnumType Name="AttributeControlType"><Member Name="DropdownList" Value="1" /><Member Name="RadioList" Value="2" /><Member Name="Checkboxes" Value="3" /><Member Name="TextBox" Value="4" /><Member Name="MultilineTextbox" Value="10" /><Member Name="Datepicker" Value="20" /><Member Name="FileUpload" Value="30" /><Member Name="Boxes" Value="40" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Catalog.Products" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ProductBundleItem"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductId" Type="Edm.Int32" /><Property Name="BundleProductId" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="Discount" Type="Edm.Decimal" Scale="Variable" /><Property Name="DiscountPercentage" Type="Edm.Boolean" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="ShortDescription" Type="Edm.String" MaxLength="-1" /><Property Name="FilterAttributes" Type="Edm.Boolean" Nullable="false" /><Property Name="HideThumbnail" Type="Edm.Boolean" Nullable="false" /><Property Name="Visible" Type="Edm.Boolean" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Product" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="BundleProduct" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductMediaFile"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductId" Type="Edm.Int32" /><Property Name="MediaFileId" Type="Edm.Int32" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Product" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="MediaFile" Type="Smartstore.Core.Content.Media.MediaFile"><ReferentialConstraint Property="MediaFileId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ProductTag"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="RelatedProduct"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductId1" Type="Edm.Int32" Nullable="false" /><Property Name="ProductId2" Type="Edm.Int32" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="Product" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="ProductTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="ParentGroupedProductId" Type="Edm.Int32" Nullable="false" /><Property Name="Visibility" Type="Smartstore.Core.Catalog.Products.ProductVisibility" Nullable="false" /><Property Name="Condition" Type="Smartstore.Core.Catalog.Products.ProductCondition" Nullable="false" /><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="ShortDescription" Type="Edm.String" /><Property Name="FullDescription" Type="Edm.String" MaxLength="-1" /><Property Name="AdminComment" Type="Edm.String" /><Property Name="ProductTemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="ShowOnHomePage" Type="Edm.Boolean" Nullable="false" /><Property Name="HomePageDisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="MetaKeywords" Type="Edm.String" /><Property Name="MetaDescription" Type="Edm.String" /><Property Name="MetaTitle" Type="Edm.String" /><Property Name="AllowCustomerReviews" Type="Edm.Boolean" Nullable="false" /><Property Name="ApprovedRatingSum" Type="Edm.Int32" Nullable="false" /><Property Name="NotApprovedRatingSum" Type="Edm.Int32" Nullable="false" /><Property Name="ApprovedTotalReviews" Type="Edm.Int32" Nullable="false" /><Property Name="NotApprovedTotalReviews" Type="Edm.Int32" Nullable="false" /><Property Name="SubjectToAcl" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="CreatedBy" Type="Edm.String" /><Property Name="CreatedByIP" Type="Edm.String" /><Property Name="Sku" Type="Edm.String" /><Property Name="ManufacturerPartNumber" Type="Edm.String" /><Property Name="Gtin" Type="Edm.String" /><Property Name="IsGiftCard" Type="Edm.Boolean" Nullable="false" /><Property Name="GiftCardTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="RequireOtherProducts" Type="Edm.Boolean" Nullable="false" /><Property Name="RequiredProductIds" Type="Edm.String" /><Property Name="AutomaticallyAddRequiredProducts" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDownload" Type="Edm.Boolean" Nullable="false" /><Property Name="UnlimitedDownloads" Type="Edm.Boolean" Nullable="false" /><Property Name="MaxNumberOfDownloads" Type="Edm.Int32" Nullable="false" /><Property Name="DownloadExpirationDays" Type="Edm.Int32" /><Property Name="DownloadActivationTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="HasSampleDownload" Type="Edm.Boolean" Nullable="false" /><Property Name="SampleDownloadId" Type="Edm.Int32" /><Property Name="HasUserAgreement" Type="Edm.Boolean" Nullable="false" /><Property Name="UserAgreementText" Type="Edm.String" /><Property Name="IsRecurring" Type="Edm.Boolean" Nullable="false" /><Property Name="RecurringCycleLength" Type="Edm.Int32" Nullable="false" /><Property Name="RecurringCyclePeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="RecurringTotalCycles" Type="Edm.Int32" Nullable="false" /><Property Name="IsShippingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsFreeShipping" Type="Edm.Boolean" Nullable="false" /><Property Name="AdditionalShippingCharge" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="IsTaxExempt" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEsd" Type="Edm.Boolean" Nullable="false" /><Property Name="TaxCategoryId" Type="Edm.Int32" Nullable="false" /><Property Name="ManageInventoryMethodId" Type="Edm.Int32" Nullable="false" /><Property Name="StockQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="DisplayStockAvailability" Type="Edm.Boolean" Nullable="false" /><Property Name="DisplayStockQuantity" Type="Edm.Boolean" Nullable="false" /><Property Name="MinStockQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="LowStockActivityId" Type="Edm.Int32" Nullable="false" /><Property Name="NotifyAdminForQuantityBelow" Type="Edm.Int32" Nullable="false" /><Property Name="BackorderModeId" Type="Edm.Int32" Nullable="false" /><Property Name="AllowBackInStockSubscriptions" Type="Edm.Boolean" Nullable="false" /><Property Name="OrderMinimumQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="OrderMaximumQuantity" Type="Edm.Int32" Nullable="false" /><Property Name="QuantityStep" Type="Edm.Int32" Nullable="false" /><Property Name="QuantityControlType" Type="Smartstore.Core.Catalog.Products.QuantityControlType" Nullable="false" /><Property Name="HideQuantityControl" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowedQuantities" Type="Edm.String" /><Property Name="DisableBuyButton" Type="Edm.Boolean" Nullable="false" /><Property Name="DisableWishlistButton" Type="Edm.Boolean" Nullable="false" /><Property Name="AvailableForPreOrder" Type="Edm.Boolean" Nullable="false" /><Property Name="CallForPrice" Type="Edm.Boolean" Nullable="false" /><Property Name="Price" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="ComparePrice" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="ComparePriceLabelId" Type="Edm.Int32" /><Property Name="ProductCost" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="SpecialPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="SpecialPriceStartDateTimeUtc" Type="Edm.DateTimeOffset" /><Property Name="SpecialPriceEndDateTimeUtc" Type="Edm.DateTimeOffset" /><Property Name="CustomerEntersPrice" Type="Edm.Boolean" Nullable="false" /><Property Name="MinimumCustomerEnteredPrice" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="MaximumCustomerEnteredPrice" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="HasTierPrices" Type="Edm.Boolean" Nullable="false" /><Property Name="LowestAttributeCombinationPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="AttributeChoiceBehaviour" Type="Smartstore.Core.Catalog.Products.AttributeChoiceBehaviour" Nullable="false" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="Length" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="Width" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="BoxWeight" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="BoxPrice" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="ItemCountInBox" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="ContainerPrice" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="BoxesCountInContainer" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="Height" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="AvailableStartDateTimeUtc" Type="Edm.DateTimeOffset" /><Property Name="AvailableEndDateTimeUtc" Type="Edm.DateTimeOffset" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSystemProduct" Type="Edm.Boolean" Nullable="false" /><Property Name="SystemName" Type="Edm.String" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="DeliveryTimeId" Type="Edm.Int32" /><Property Name="QuantityUnitId" Type="Edm.Int32" /><Property Name="ProductUnitId" Type="Edm.Int32" /><Property Name="CustomsTariffNumber" Type="Edm.String" /><Property Name="CountryOfOriginId" Type="Edm.Int32" /><Property Name="BasePriceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="BasePriceMeasureUnit" Type="Edm.String" /><Property Name="BasePriceAmount" Type="Edm.Decimal" Scale="Variable" /><Property Name="BasePriceBaseAmount" Type="Edm.Int32" /><Property Name="BundleTitleText" Type="Edm.String" /><Property Name="BundlePerItemShipping" Type="Edm.Boolean" Nullable="false" /><Property Name="BundlePerItemPricing" Type="Edm.Boolean" Nullable="false" /><Property Name="BundlePerItemShoppingCart" Type="Edm.Boolean" Nullable="false" /><Property Name="MainPictureId" Type="Edm.Int32" /><Property Name="HasPreviewPicture" Type="Edm.Boolean" Nullable="false" /><Property Name="HasDiscountsApplied" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ProductVideos" Type="Collection(Smartstore.Core.Catalog.Data.ProductVideo)" /><NavigationProperty Name="SampleDownload" Type="Smartstore.Core.Content.Media.Download" /><NavigationProperty Name="ComparePriceLabel" Type="Smartstore.Core.Catalog.Pricing.PriceLabel" /><NavigationProperty Name="DeliveryTime" Type="Smartstore.Core.Common.DeliveryTime"><ReferentialConstraint Property="DeliveryTimeId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="QuantityUnit" Type="Smartstore.Core.Common.QuantityUnit"><ReferentialConstraint Property="QuantityUnitId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="CountryOfOrigin" Type="Smartstore.Core.Common.Country" /><NavigationProperty Name="ProductCategories" Type="Collection(Smartstore.Core.Catalog.Categories.ProductCategory)" /><NavigationProperty Name="ProductManufacturers" Type="Collection(Smartstore.Core.Catalog.Brands.ProductManufacturer)" /><NavigationProperty Name="ProductMediaFiles" Type="Collection(Smartstore.Core.Catalog.Products.ProductMediaFile)" /><NavigationProperty Name="ProductReviews" Type="Collection(Smartstore.Core.Catalog.Products.ProductReview)" /><NavigationProperty Name="ProductSpecificationAttributes" Type="Collection(Smartstore.Core.Catalog.Attributes.ProductSpecificationAttribute)" /><NavigationProperty Name="ProductTags" Type="Collection(Smartstore.Core.Catalog.Products.ProductTag)" /><NavigationProperty Name="ProductVariantAttributes" Type="Collection(Smartstore.Core.Catalog.Attributes.ProductVariantAttribute)" /><NavigationProperty Name="ProductVariantAttributeCombinations" Type="Collection(Smartstore.Core.Catalog.Attributes.ProductVariantAttributeCombination)" /><NavigationProperty Name="TierPrices" Type="Collection(Smartstore.Core.Catalog.Pricing.TierPrice)" /><NavigationProperty Name="ProductBundleItems" Type="Collection(Smartstore.Core.Catalog.Products.ProductBundleItem)" /><NavigationProperty Name="Translations" Type="Collection(Smartstore.Core.Localization.LocalizedProperty)" /><NavigationProperty Name="AppliedDiscounts" Type="Collection(Smartstore.Core.Catalog.Discounts.Discount)" /></EntityType><EntityType Name="ProductReview" BaseType="Smartstore.Core.Identity.CustomerContent"><Property Name="ProductId" Type="Edm.Int32" /><Property Name="Title" Type="Edm.String" /><Property Name="ReviewText" Type="Edm.String" MaxLength="-1" /><Property Name="Rating" Type="Edm.Int32" Nullable="false" /><Property Name="HelpfulYesTotal" Type="Edm.Int32" Nullable="false" /><Property Name="HelpfulNoTotal" Type="Edm.Int32" Nullable="false" /><Property Name="IsVerifiedPurchase" Type="Edm.Boolean" /><NavigationProperty Name="Product" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ProductReviewHelpfulnessEntries" Type="Collection(Smartstore.Core.Catalog.Products.ProductReviewHelpfulness)" /></EntityType><EntityType Name="ProductReviewHelpfulness" BaseType="Smartstore.Core.Identity.CustomerContent"><Property Name="ProductReviewId" Type="Edm.Int32" /><Property Name="WasHelpful" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ProductReview" Type="Smartstore.Core.Catalog.Products.ProductReview"><ReferentialConstraint Property="ProductReviewId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EnumType Name="ProductSortingEnum"><Member Name="Initial" Value="0" /><Member Name="Relevance" Value="1" /><Member Name="NameAsc" Value="5" /><Member Name="NameDesc" Value="6" /><Member Name="PriceAsc" Value="10" /><Member Name="PriceDesc" Value="11" /><Member Name="CreatedOn" Value="15" /><Member Name="CreatedOnAsc" Value="16" /></EnumType><EnumType Name="ProductType"><Member Name="SimpleProduct" Value="5" /><Member Name="GroupedProduct" Value="10" /><Member Name="BundledProduct" Value="15" /></EnumType><EnumType Name="ProductVisibility"><Member Name="Full" Value="0" /><Member Name="SearchResults" Value="10" /><Member Name="ProductPage" Value="20" /><Member Name="Hidden" Value="30" /></EnumType><EnumType Name="ProductCondition"><Member Name="New" Value="0" /><Member Name="Refurbished" Value="10" /><Member Name="Used" Value="20" /><Member Name="Damaged" Value="30" /></EnumType><EnumType Name="DownloadActivationType"><Member Name="WhenOrderIsPaid" Value="1" /><Member Name="Manually" Value="10" /></EnumType><EnumType Name="RecurringProductCyclePeriod"><Member Name="Days" Value="0" /><Member Name="Weeks" Value="10" /><Member Name="Months" Value="20" /><Member Name="Years" Value="30" /></EnumType><EnumType Name="ManageInventoryMethod"><Member Name="DontManageStock" Value="0" /><Member Name="ManageStock" Value="1" /><Member Name="ManageStockByAttributes" Value="2" /></EnumType><EnumType Name="LowStockActivity"><Member Name="Nothing" Value="0" /><Member Name="DisableBuyButton" Value="1" /><Member Name="Unpublish" Value="2" /></EnumType><EnumType Name="BackorderMode"><Member Name="NoBackorders" Value="0" /><Member Name="AllowQtyBelow0" Value="1" /><Member Name="AllowQtyBelow0AndNotifyCustomer" Value="2" /></EnumType><EnumType Name="QuantityControlType"><Member Name="Spinner" Value="0" /><Member Name="Dropdown" Value="1" /></EnumType><EnumType Name="AttributeChoiceBehaviour"><Member Name="GrayOutUnavailable" Value="0" /><Member Name="None" Value="30" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Configuration" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Setting"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Value" Type="Edm.String" MaxLength="-1" /><Property Name="StoreId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType></Schema><Schema Namespace="Smartstore.Core.Checkout.Shipping" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ShipmentItem"><Key><PropertyRef Name="Id" /></Key><Property Name="ShipmentId" Type="Edm.Int32" /><Property Name="OrderItemId" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Shipment" Type="Smartstore.Core.Checkout.Shipping.Shipment"><ReferentialConstraint Property="ShipmentId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="ShippingMethod"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="IgnoreCharges" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="Shipment"><Key><PropertyRef Name="Id" /></Key><Property Name="OrderId" Type="Edm.Int32" /><Property Name="TrackingNumber" Type="Edm.String" /><Property Name="TrackingUrl" Type="Edm.String" /><Property Name="TotalWeight" Type="Edm.Decimal" Scale="Variable" /><Property Name="ShippedDateUtc" Type="Edm.DateTimeOffset" /><Property Name="DeliveryDateUtc" Type="Edm.DateTimeOffset" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Order" Type="Smartstore.Core.Checkout.Orders.Order"><ReferentialConstraint Property="OrderId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="ShipmentItems" Type="Collection(Smartstore.Core.Checkout.Shipping.ShipmentItem)" /></EntityType><EnumType Name="ShippingStatus"><Member Name="ShippingNotRequired" Value="10" /><Member Name="NotYetShipped" Value="20" /><Member Name="PartiallyShipped" Value="25" /><Member Name="Shipped" Value="30" /><Member Name="Delivered" Value="40" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Stores" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="StoreMapping"><Key><PropertyRef Name="Id" /></Key><Property Name="EntityId" Type="Edm.Int32" Nullable="false" /><Property Name="EntityName" Type="Edm.String" Nullable="false" /><Property Name="StoreId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="Store"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Url" Type="Edm.String" Nullable="false" /><Property Name="SslEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SecureUrl" Type="Edm.String" /><Property Name="ForceSslForAllPages" Type="Edm.Boolean" Nullable="false" /><Property Name="Hosts" Type="Edm.String" /><Property Name="LogoMediaFileId" Type="Edm.Int32" Nullable="false" /><Property Name="FavIconMediaFileId" Type="Edm.Int32" /><Property Name="PngIconMediaFileId" Type="Edm.Int32" /><Property Name="AppleTouchIconMediaFileId" Type="Edm.Int32" /><Property Name="MsTileImageMediaFileId" Type="Edm.Int32" /><Property Name="MsTileColor" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="HtmlBodyId" Type="Edm.String" /><Property Name="ContentDeliveryNetwork" Type="Edm.String" /><Property Name="DefaultCurrencyId" Type="Edm.Int32" Nullable="false" /><Property Name="PrimaryExchangeRateCurrencyId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="DefaultCurrency" Type="Smartstore.Core.Common.Currency" /><NavigationProperty Name="PrimaryExchangeRateCurrency" Type="Smartstore.Core.Common.Currency" /></EntityType></Schema><Schema Namespace="Smartstore.Core.DataExchange" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="SyncMapping"><Key><PropertyRef Name="Id" /></Key><Property Name="EntityId" Type="Edm.Int32" Nullable="false" /><Property Name="SourceKey" Type="Edm.String" Nullable="false" /><Property Name="EntityName" Type="Edm.String" Nullable="false" /><Property Name="ContextName" Type="Edm.String" Nullable="false" /><Property Name="SourceHash" Type="Edm.String" /><Property Name="CustomInt" Type="Edm.Int32" /><Property Name="CustomString" Type="Edm.String" MaxLength="-1" /><Property Name="CustomBool" Type="Edm.Boolean" /><Property Name="SyncedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="ImportProfile"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="FolderName" Type="Edm.String" Nullable="false" /><Property Name="FileTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="EntityTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="Enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ImportRelatedData" Type="Edm.Boolean" Nullable="false" /><Property Name="Skip" Type="Edm.Int32" Nullable="false" /><Property Name="Take" Type="Edm.Int32" Nullable="false" /><Property Name="UpdateOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="KeyFieldNames" Type="Edm.String" /><Property Name="FileTypeConfiguration" Type="Edm.String" MaxLength="-1" /><Property Name="ExtraData" Type="Edm.String" MaxLength="-1" /><Property Name="ColumnMapping" Type="Edm.String" MaxLength="-1" /><Property Name="ResultInfo" Type="Edm.String" MaxLength="-1" /><Property Name="TaskId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="ImportFileType"><Member Name="Csv" Value="0" /><Member Name="Xlsx" Value="1" /></EnumType><EnumType Name="ImportEntityType"><Member Name="Product" Value="0" /><Member Name="Category" Value="1" /><Member Name="Customer" Value="2" /><Member Name="NewsletterSubscription" Value="3" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Checkout.Tax" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="TaxCategory"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="TaxDisplayType"><Member Name="IncludingTax" Value="0" /><Member Name="ExcludingTax" Value="10" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Seo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="UrlRecord"><Key><PropertyRef Name="Id" /></Key><Property Name="EntityId" Type="Edm.Int32" Nullable="false" /><Property Name="EntityName" Type="Edm.String" Nullable="false" /><Property Name="Slug" Type="Edm.String" Nullable="false" /><Property Name="IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="LanguageId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType></Schema><Schema Namespace="Smartstore.Web.Api.Models" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="SimpleRange_1OfNullable_1OfDateTime"><Property Name="Minimum" Type="Edm.DateTimeOffset" /><Property Name="Maximum" Type="Edm.DateTimeOffset" /></ComplexType></Schema><Schema Namespace="Microsoft.AspNetCore.Http" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="IFormFileCollection" Abstract="true" /><ComplexType Name="IFormFile" Abstract="true"><Property Name="Headers" Type="Collection(System.Collections.Generic.KeyValuePair_2OfString_StringValues)" /></ComplexType></Schema><Schema Namespace="Smartstore.Web.Api.Models.Media" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="FileItemInfo"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Directory" Type="Edm.String" /><Property Name="Path" Type="Edm.String" /><Property Name="Url" Type="Edm.String" /><Property Name="ThumbUrl" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="Extension" Type="Edm.String" /><Property Name="Length" Type="Edm.Int64" Nullable="false" /><Property Name="Width" Type="Edm.Int32" /><Property Name="Height" Type="Edm.Int32" /><Property Name="FolderId" Type="Edm.Int32" /><Property Name="MimeType" Type="Edm.String" /><Property Name="MediaType" Type="Edm.String" /><Property Name="IsTransient" Type="Edm.Boolean" Nullable="false" /><Property Name="CreatedOn" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastModified" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Alt" Type="Edm.String" /><Property Name="TitleAttribute" Type="Edm.String" /><Property Name="AdminComment" Type="Edm.String" /></EntityType><ComplexType Name="MediaCountResult"><Property Name="Total" Type="Edm.Int32" Nullable="false" /><Property Name="Trash" Type="Edm.Int32" Nullable="false" /><Property Name="Unassigned" Type="Edm.Int32" Nullable="false" /><Property Name="Transient" Type="Edm.Int32" Nullable="false" /><Property Name="Orphan" Type="Edm.Int32" Nullable="false" /><Property Name="Folders" Type="Collection(Smartstore.Web.Api.Models.Media.FolderCount)" /></ComplexType><ComplexType Name="CheckUniquenessResult"><Property Name="Result" Type="Edm.Boolean" Nullable="false" /><Property Name="NewPath" Type="Edm.String" /></ComplexType><ComplexType Name="MediaFileOperationResult"><Property Name="DestinationFileId" Type="Edm.Int32" Nullable="false" /><Property Name="IsDuplicate" Type="Edm.Boolean" Nullable="false" /><Property Name="UniquePath" Type="Edm.String" /></ComplexType><EntityType Name="FolderNodeInfo"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ParentId" Type="Edm.Int32" /><Property Name="IsAlbum" Type="Edm.Boolean" Nullable="false" /><Property Name="AlbumName" Type="Edm.String" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Path" Type="Edm.String" /><Property Name="Slug" Type="Edm.String" /><Property Name="FilesCount" Type="Edm.Int32" Nullable="false" /><Property Name="HasChildren" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="MediaFolderOperationResult"><Property Name="FolderId" Type="Edm.Int32" Nullable="false" /><Property Name="DuplicateFiles" Type="Collection(Smartstore.Web.Api.Models.Media.DuplicateFileInfo)" /><NavigationProperty Name="Folder" Type="Smartstore.Web.Api.Models.Media.FolderNodeInfo" /></ComplexType><ComplexType Name="MediaFolderDeleteResult"><Property Name="DeletedFolderIds" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="DeletedFileNames" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="FolderCount"><Property Name="FolderId" Type="Edm.Int32" Nullable="false" /><Property Name="Count" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="DuplicateFileInfo"><Property Name="SourceFileId" Type="Edm.Int32" Nullable="false" /><Property Name="DestinationFileId" Type="Edm.Int32" Nullable="false" /><Property Name="UniquePath" Type="Edm.String" /></ComplexType></Schema><Schema Namespace="System.Net.Http" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="StreamContent"><Property Name="Headers" Type="Collection(System.Collections.Generic.KeyValuePair_2OfString_IEnumerable_1OfString)" /></ComplexType></Schema><Schema Namespace="Smartstore.Core.Messaging" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="NewsletterSubscription"><Key><PropertyRef Name="Id" /></Key><Property Name="NewsletterSubscriptionGuid" Type="Edm.Guid" Nullable="false" /><Property Name="Email" Type="Edm.String" Nullable="false" /><Property Name="Active" Type="Edm.Boolean" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="StoreId" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingLanguageId" Type="Edm.Int32" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType></Schema><Schema Namespace="Smartstore.Web.Api.Models.Checkout" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="OrderItemShipmentInfo"><Property Name="ItemsCanBeAddedToShipmentCount" Type="Edm.Int32" Nullable="false" /><Property Name="ShipmentItemsCount" Type="Edm.Int32" Nullable="false" /><Property Name="DispatchedItemsCount" Type="Edm.Int32" Nullable="false" /><Property Name="NotDispatchedItemsCount" Type="Edm.Int32" Nullable="false" /><Property Name="DeliveredItemsCount" Type="Edm.Int32" Nullable="false" /><Property Name="NotDeliveredItemsCount" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="OrderShipmentInfo"><Property Name="HasItemsToDispatch" Type="Edm.Boolean" Nullable="false" /><Property Name="HasItemsToDeliver" Type="Edm.Boolean" Nullable="false" /><Property Name="CanAddItemsToShipment" Type="Edm.Boolean" Nullable="false" /></ComplexType></Schema><Schema Namespace="Smartstore.Core.Checkout.Payment" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="PaymentMethod"><Key><PropertyRef Name="Id" /></Key><Property Name="PaymentMethodSystemName" Type="Edm.String" Nullable="false" /><Property Name="FullDescription" Type="Edm.String" /><Property Name="RoundOrderTotalEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="PaymentStatus"><Member Name="Pending" Value="10" /><Member Name="Authorized" Value="20" /><Member Name="Paid" Value="30" /><Member Name="PartiallyRefunded" Value="35" /><Member Name="Refunded" Value="40" /><Member Name="Voided" Value="50" /></EnumType></Schema><Schema Namespace="Smartstore.Web.Api.Models.Catalog" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="CalculatedProductPrice"><Property Name="ProductId" Type="Edm.Int32" Nullable="false" /><Property Name="CurrencyId" Type="Edm.Int32" Nullable="false" /><Property Name="CurrencyCode" Type="Edm.String" /><Property Name="FinalPrice" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="RegularPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="RetailPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="OfferPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="ValidUntilUtc" Type="Edm.DateTimeOffset" /><Property Name="PreselectedPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="LowestPrice" Type="Edm.Decimal" Scale="Variable" /><Property Name="DiscountAmount" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="Saving" Type="Smartstore.Web.Api.Models.Catalog.ProductPriceSaving" /></ComplexType><ComplexType Name="ManagedProductAttribute"><Property Name="name" Type="Edm.String" /><Property Name="isRequired" Type="Edm.Boolean" /><Property Name="controlType" Type="Smartstore.Core.Catalog.Attributes.AttributeControlType" /><Property Name="customData" Type="Edm.String" /><Property Name="values" Type="Collection(Smartstore.Web.Api.Models.Catalog.ManageProductAttributeValue)" /></ComplexType><ComplexType Name="ProductPriceSaving"><Property Name="HasSaving" Type="Edm.Boolean" Nullable="false" /><Property Name="SavingPrice" Type="Edm.Decimal" Nullable="false" Scale="Variable" /><Property Name="SavingPercent" Type="Edm.Single" Nullable="false" /><Property Name="SavingAmount" Type="Edm.Decimal" Scale="Variable" /></ComplexType><ComplexType Name="ManageProductAttributeValue"><Property Name="name" Type="Edm.String" /><Property Name="alias" Type="Edm.String" /><Property Name="color" Type="Edm.String" /><Property Name="priceAdjustment" Type="Edm.Decimal" Scale="Variable" /><Property Name="weightAdjustment" Type="Edm.Decimal" Scale="Variable" /><Property Name="isPreSelected" Type="Edm.Boolean" /></ComplexType></Schema><Schema Namespace="Smartstore.Core.Catalog.Data" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ProductVideo"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ProductId" Type="Edm.Int32" /><Property Name="VidUrl" Type="Edm.String" /><Property Name="VidTitle" Type="Edm.String" /><NavigationProperty Name="products" Type="Smartstore.Core.Catalog.Products.Product"><ReferentialConstraint Property="ProductId" ReferencedProperty="Id" /></NavigationProperty></EntityType></Schema><Schema Namespace="System.Collections.Generic" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="KeyValuePair_2OfString_StringValues"><Property Name="Value" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="KeyValuePair_2OfString_IEnumerable_1OfString"><Property Name="Value" Type="Collection(Edm.String)" /></ComplexType></Schema><Schema Namespace="Smartstore.Core.Catalog.ShippingTypes.Domain" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ShippingType"><Key><PropertyRef Name="Id" /></Key><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="ParentShippingTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="Type" Type="Edm.String" /><Property Name="Alias" Type="Edm.String" /><Property Name="Code" Type="Smartstore.Core.Catalog.ShippingTypes.Domain.CheckCode" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Deleted" Type="Edm.Boolean" Nullable="false" /><Property Name="PageSize" Type="Edm.Int32" /><Property Name="AllowCustomersToSelectPageSize" Type="Edm.Boolean" /><Property Name="PageSizeOptions" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="SubjectToAcl" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><EnumType Name="CheckCode"><Member Name="IsContainer" Value="0" /><Member Name="IsBoxes" Value="1" /><Member Name="Other" Value="2" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Catalog.Containers.Domain" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Container"><Key><PropertyRef Name="Id" /></Key><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="ParentContainerId" Type="Edm.Int32" Nullable="false" /><Property Name="ContainerName" Type="Edm.String" Nullable="false" /><Property Name="Alias" Type="Edm.String" /><Property Name="Code" Type="Edm.String" Nullable="false" /><Property Name="MaxCpm" Type="Edm.Double" Nullable="false" /><Property Name="Height" Type="Edm.Double" Nullable="false" /><Property Name="Width" Type="Edm.Double" Nullable="false" /><Property Name="Length" Type="Edm.Double" Nullable="false" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Deleted" Type="Edm.Boolean" Nullable="false" /><Property Name="PageSize" Type="Edm.Int32" /><Property Name="AllowCustomersToSelectPageSize" Type="Edm.Boolean" /><Property Name="PageSizeOptions" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="MediaFileId" Type="Edm.Int32" /><Property Name="SubjectToAcl" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="MediaFile" Type="Smartstore.Core.Content.Media.MediaFile"><ReferentialConstraint Property="MediaFileId" ReferencedProperty="Id" /></NavigationProperty></EntityType></Schema><Schema Namespace="Smartstore.Core.Catalog.DeliveryTypes.Domain" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="DeliveryType"><Key><PropertyRef Name="Id" /></Key><Property Name="Published" Type="Edm.Boolean" Nullable="false" /><Property Name="ParentDeliveryTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="Type" Type="Edm.String" /><Property Name="Alias" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="CreatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedOnUtc" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Deleted" Type="Edm.Boolean" Nullable="false" /><Property Name="PageSize" Type="Edm.Int32" /><Property Name="AllowCustomersToSelectPageSize" Type="Edm.Boolean" /><Property Name="PageSizeOptions" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="SubjectToAcl" Type="Edm.Boolean" Nullable="false" /><Property Name="LimitedToStores" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType></Schema><Schema Namespace="Smartstore.Core.Common.Domain" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ProductUnit"><Key><PropertyRef Name="Id" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="NamePlural" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" /><Property Name="DisplayLocale" Type="Edm.String" /><Property Name="DisplayOrder" Type="Edm.Int32" Nullable="false" /><Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType></Schema><Schema Namespace="NuGet.Protocol" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="DownloadTimeoutStreamContent" BaseType="System.Net.Http.StreamContent" /></Schema><Schema Namespace="Smartstore.Core.Checkout.GiftCards" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="GiftCardType"><Member Name="Virtual" Value="0" /><Member Name="Physical" Value="1" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Rules" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="RuleScope"><Member Name="Cart" Value="0" /><Member Name="Customer" Value="2" /><Member Name="Product" Value="3" /></EnumType><EnumType Name="LogicalRuleOperator"><Member Name="And" Value="0" /><Member Name="Or" Value="1" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Checkout.Cart" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="ShoppingCartType"><Member Name="ShoppingCart" Value="1" /><Member Name="Wishlist" Value="2" /></EnumType></Schema><Schema Namespace="Smartstore.Core.Search.Facets" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="FacetSorting"><Member Name="HitsDesc" Value="0" /><Member Name="ValueAsc" Value="1" /><Member Name="LabelAsc" Value="2" /><Member Name="DisplayOrder" Value="3" /></EnumType><EnumType Name="FacetTemplateHint"><Member Name="Checkboxes" Value="0" /><Member Name="Custom" Value="1" /><Member Name="NumericRange" Value="2" /></EnumType></Schema><Schema Namespace="Smartstore.Scheduling" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="TaskPriority"><Member Name="Normal" Value="0" /><Member Name="High" Value="1" /><Member Name="Low" Value="-1" /></EnumType></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetDeliveryDate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Core.Common.DeliveryTime)" /><Parameter Name="Id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Smartstore.Web.Api.Models.SimpleRange_1OfNullable_1OfDateTime" /></Function><Action Name="SaveFiles" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.DataExchange.ImportProfile" /><Parameter Name="files" Type="Microsoft.AspNetCore.Http.IFormFileCollection" /><Parameter Name="name" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="clearDirectory" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="False" /></Record></Annotation></Parameter><Parameter Name="startImport" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="False" /></Record></Annotation></Parameter><ReturnType Type="Smartstore.Core.DataExchange.ImportProfile" Nullable="false" /></Action><Action Name="SaveFiles" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Catalog.Products.Product" /><Parameter Name="files" Type="Microsoft.AspNetCore.Http.IFormFileCollection" /><Parameter Name="sku" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="gtin" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="mpn" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(Smartstore.Core.Catalog.Products.ProductMediaFile)" /></Action><Action Name="GetFileByPath" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="path" Type="Edm.String" /><ReturnType Type="Smartstore.Web.Api.Models.Media.FileItemInfo" Nullable="false" /></Action><Function Name="GetFilesByIds" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="ids" Type="Collection(Edm.Int32)" Nullable="false" /><ReturnType Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /></Function><Function Name="DownloadFile" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="System.Net.Http.StreamContent" /></Function><Action Name="SearchFiles" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="query" Type="Smartstore.Core.Content.Media.MediaSearchQuery"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /></Action><Action Name="CountFiles" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="query" Type="Smartstore.Core.Content.Media.MediaSearchQuery"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="CountFilesGrouped" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="filter" Type="Smartstore.Core.Content.Media.MediaFilesFilter"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Web.Api.Models.Media.MediaCountResult" /></Action><Action Name="FileExists" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="path" Type="Edm.String" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Action Name="CheckUniqueFileName" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="path" Type="Edm.String" /><ReturnType Type="Smartstore.Web.Api.Models.Media.CheckUniquenessResult" /></Action><Action Name="MoveFile" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Web.Api.Models.Media.FileItemInfo" /><Parameter Name="destinationFileName" Type="Edm.String" /><Parameter Name="duplicateFileHandling" Type="Smartstore.Core.Content.Media.DuplicateFileHandling" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Web.Api.Models.Media.FileItemInfo" Nullable="false" /></Action><Action Name="CopyFile" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Web.Api.Models.Media.FileItemInfo" /><Parameter Name="destinationFileName" Type="Edm.String" /><Parameter Name="duplicateFileHandling" Type="Smartstore.Core.Content.Media.DuplicateFileHandling" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Web.Api.Models.Media.MediaFileOperationResult" /></Action><Action Name="DeleteFile" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Web.Api.Models.Media.FileItemInfo" /><Parameter Name="permanent" Type="Edm.Boolean" Nullable="false" /><Parameter Name="force" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="False" /></Record></Annotation></Parameter></Action><Action Name="SaveFile" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FileItemInfo)" /><Parameter Name="file" Type="Microsoft.AspNetCore.Http.IFormFile" /><Parameter Name="path" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="isTransient" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="True" /></Record></Annotation></Parameter><Parameter Name="duplicateFileHandling" Type="Smartstore.Core.Content.Media.DuplicateFileHandling" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Web.Api.Models.Media.FileItemInfo" Nullable="false" /></Action><Action Name="FolderExists" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><Parameter Name="path" Type="Edm.String" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Action Name="CheckUniqueFolderName" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><Parameter Name="path" Type="Edm.String" /><ReturnType Type="Smartstore.Web.Api.Models.Media.CheckUniquenessResult" /></Action><Function Name="GetRootNode" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><ReturnType Type="Smartstore.Web.Api.Models.Media.FolderNodeInfo" /></Function><Action Name="GetNodeByPath" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><Parameter Name="path" Type="Edm.String" /><ReturnType Type="Smartstore.Web.Api.Models.Media.FolderNodeInfo" Nullable="false" /></Action><Action Name="CreateFolder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><Parameter Name="path" Type="Edm.String" /><ReturnType Type="Smartstore.Web.Api.Models.Media.FolderNodeInfo" Nullable="false" /></Action><Action Name="MoveFolder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><Parameter Name="path" Type="Edm.String" /><Parameter Name="destinationPath" Type="Edm.String" /><ReturnType Type="Smartstore.Web.Api.Models.Media.FolderNodeInfo" Nullable="false" /></Action><Action Name="CopyFolder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><Parameter Name="path" Type="Edm.String" /><Parameter Name="destinationPath" Type="Edm.String" /><Parameter Name="duplicateEntryHandling" Type="Smartstore.Core.Content.Media.DuplicateEntryHandling" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Web.Api.Models.Media.MediaFolderOperationResult" /></Action><Action Name="DeleteFolder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Web.Api.Models.Media.FolderNodeInfo)" /><Parameter Name="path" Type="Edm.String" /><Parameter Name="fileHandling" Type="Smartstore.Core.Content.Media.FileHandling" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Web.Api.Models.Media.MediaFolderDeleteResult" /></Action><Action Name="Subscribe" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Messaging.NewsletterSubscription" /><ReturnType Type="Smartstore.Core.Messaging.NewsletterSubscription" Nullable="false" /></Action><Action Name="Unsubscribe" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Messaging.NewsletterSubscription" /><ReturnType Type="Smartstore.Core.Messaging.NewsletterSubscription" Nullable="false" /></Action><Function Name="GetShipmentInfo" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Core.Checkout.Orders.OrderItem)" /><Parameter Name="id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Smartstore.Web.Api.Models.Checkout.OrderItemShipmentInfo" /></Function><Function Name="GetShipmentInfo" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Core.Checkout.Orders.Order)" /><Parameter Name="id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Smartstore.Web.Api.Models.Checkout.OrderShipmentInfo" /></Function><Function Name="DownloadPdf" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Core.Checkout.Orders.Order)" /><Parameter Name="id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="System.Net.Http.StreamContent" /></Function><Action Name="PaymentPending" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Orders.Order" /><ReturnType Type="Smartstore.Core.Checkout.Orders.Order" Nullable="false" /></Action><Action Name="PaymentPaid" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Orders.Order" /><Parameter Name="paymentMethodName" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Core.Checkout.Orders.Order" Nullable="false" /></Action><Action Name="PaymentRefund" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Orders.Order" /><Parameter Name="online" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="Smartstore.Core.Checkout.Orders.Order" Nullable="false" /></Action><Action Name="Cancel" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Orders.Order" /><Parameter Name="notifyCustomer" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="True" /></Record></Annotation></Parameter><ReturnType Type="Smartstore.Core.Checkout.Orders.Order" Nullable="false" /></Action><Action Name="CompleteOrder" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Orders.Order" /><ReturnType Type="Smartstore.Core.Checkout.Orders.Order" Nullable="false" /></Action><Action Name="ReOrder" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Orders.Order" /><ReturnType Type="Smartstore.Core.Checkout.Orders.Order" Nullable="false" /></Action><Action Name="AddShipment" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Orders.Order" /><Parameter Name="trackingNumber" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="trackingUrl" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="isShipped" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="False" /></Record></Annotation></Parameter><Parameter Name="notifyCustomer" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="True" /></Record></Annotation></Parameter><ReturnType Type="Smartstore.Core.Checkout.Shipping.Shipment" /></Action><Function Name="GetAllPaymentMethods" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Core.Checkout.Payment.PaymentMethod)" /><Parameter Name="active" Type="Edm.Boolean" Nullable="false" /><Parameter Name="storeId" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(Edm.String)" /></Function><Action Name="Search" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Smartstore.Core.Catalog.Products.Product)" /><Parameter Name="q" Type="Edm.String" /><Parameter Name="i" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="s" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="o" Type="Smartstore.Core.Catalog.Products.ProductSortingEnum" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="c" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="m" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="d" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="p" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="r" Type="Edm.Double" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="a" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><Parameter Name="n" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Smartstore.Core.Catalog.Products.Product" Nullable="false" /></Action><Action Name="UpdateProductTags" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Catalog.Products.Product" /><Parameter Name="tagNames" Type="Collection(Edm.String)" /><ReturnType Type="Collection(Smartstore.Core.Catalog.Products.ProductTag)" /></Action><Action Name="CalculatePrice" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Catalog.Products.Product" /><Parameter Name="forListing" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="False" /></Record></Annotation></Parameter><Parameter Name="quantity" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="1" /></Record></Annotation></Parameter><Parameter Name="customerId" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="0" /></Record></Annotation></Parameter><Parameter Name="targetCurrencyId" Type="Edm.Int32" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="0" /></Record></Annotation></Parameter><ReturnType Type="Smartstore.Web.Api.Models.Catalog.CalculatedProductPrice" /></Action><Action Name="CreateAttributeCombinations" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Catalog.Products.Product" /><ReturnType Type="Collection(Smartstore.Core.Catalog.Attributes.ProductVariantAttributeCombination)" /></Action><Action Name="ManageAttributes" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Catalog.Products.Product" /><Parameter Name="attributes" Type="Collection(Smartstore.Web.Api.Models.Catalog.ManagedProductAttribute)" /><Parameter Name="synchronize" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="False" /></Record></Annotation></Parameter><ReturnType Type="Collection(Smartstore.Core.Catalog.Attributes.ProductVariantAttribute)" /></Action><Action Name="Ship" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Shipping.Shipment" /><Parameter Name="notifyCustomer" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="True" /></Record></Annotation></Parameter><ReturnType Type="Smartstore.Core.Checkout.Shipping.Shipment" Nullable="false" /></Action><Action Name="Deliver" IsBound="true"><Parameter Name="bindingParameter" Type="Smartstore.Core.Checkout.Shipping.Shipment" /><Parameter Name="notifyCustomer" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter"><Record><PropertyValue Property="DefaultValue" String="True" /></Record></Annotation></Parameter><ReturnType Type="Smartstore.Core.Checkout.Shipping.Shipment" Nullable="false" /></Action><EntityContainer Name="Container"><EntitySet Name="Addresses" EntityType="Smartstore.Core.Common.Address"><NavigationPropertyBinding Path="Country" Target="Countries" /><NavigationPropertyBinding Path="StateProvince" Target="StateProvinces" /></EntitySet><EntitySet Name="Categories" EntityType="Smartstore.Core.Catalog.Categories.Category"><NavigationPropertyBinding Path="AppliedDiscounts" Target="Discounts" /><NavigationPropertyBinding Path="Childrens" Target="Categories" /><NavigationPropertyBinding Path="ParentCategory" Target="Categories" /><NavigationPropertyBinding Path="Translations" Target="LocalizedProperties" /></EntitySet><EntitySet Name="Countries" EntityType="Smartstore.Core.Common.Country"><NavigationPropertyBinding Path="StateProvinces" Target="StateProvinces" /></EntitySet><EntitySet Name="Currencies" EntityType="Smartstore.Core.Common.Currency" /><EntitySet Name="CustomerRoleMappings" EntityType="Smartstore.Core.Identity.CustomerRoleMapping"><NavigationPropertyBinding Path="Customer" Target="Customers" /><NavigationPropertyBinding Path="CustomerRole" Target="CustomerRoles" /></EntitySet><EntitySet Name="CustomerRoles" EntityType="Smartstore.Core.Identity.CustomerRole" /><EntitySet Name="Customers" EntityType="Smartstore.Core.Identity.Customer"><NavigationPropertyBinding Path="Addresses" Target="Addresses" /><NavigationPropertyBinding Path="BillingAddress" Target="Addresses" /><NavigationPropertyBinding Path="CustomerRoleMappings" Target="CustomerRoleMappings" /><NavigationPropertyBinding Path="Orders" Target="Orders" /><NavigationPropertyBinding Path="RewardPointsHistory" Target="RewardPointsHistory" /><NavigationPropertyBinding Path="ShippingAddress" Target="Addresses" /></EntitySet><EntitySet Name="Discounts" EntityType="Smartstore.Core.Catalog.Discounts.Discount"><NavigationPropertyBinding Path="AppliedToCategories" Target="Categories" /><NavigationPropertyBinding Path="AppliedToManufacturers" Target="Manufacturers" /><NavigationPropertyBinding Path="AppliedToProducts" Target="Products" /></EntitySet><EntitySet Name="Downloads" EntityType="Smartstore.Core.Content.Media.Download" /><EntitySet Name="GenericAttributes" EntityType="Smartstore.Core.Common.GenericAttribute" /><EntitySet Name="Languages" EntityType="Smartstore.Core.Localization.Language" /><EntitySet Name="LocalizedProperties" EntityType="Smartstore.Core.Localization.LocalizedProperty"><NavigationPropertyBinding Path="Language" Target="Languages" /></EntitySet><EntitySet Name="Manufacturers" EntityType="Smartstore.Core.Catalog.Brands.Manufacturer"><NavigationPropertyBinding Path="AppliedDiscounts" Target="Discounts" /></EntitySet><EntitySet Name="MeasureDimensions" EntityType="Smartstore.Core.Common.MeasureDimension" /><EntitySet Name="MeasureWeights" EntityType="Smartstore.Core.Common.MeasureWeight" /><EntitySet Name="OrderNotes" EntityType="Smartstore.Core.Checkout.Orders.OrderNote"><NavigationPropertyBinding Path="Order" Target="Orders" /></EntitySet><EntitySet Name="PriceLabels" EntityType="Smartstore.Core.Catalog.Pricing.PriceLabel" /><EntitySet Name="ProductAttributeOptions" EntityType="Smartstore.Core.Catalog.Attributes.ProductAttributeOption"><NavigationPropertyBinding Path="ProductAttributeOptionsSet" Target="ProductAttributeOptionsSets" /></EntitySet><EntitySet Name="ProductAttributeOptionsSets" EntityType="Smartstore.Core.Catalog.Attributes.ProductAttributeOptionsSet"><NavigationPropertyBinding Path="ProductAttribute" Target="ProductAttributes" /><NavigationPropertyBinding Path="ProductAttributeOptions" Target="ProductAttributeOptions" /></EntitySet><EntitySet Name="ProductAttributes" EntityType="Smartstore.Core.Catalog.Attributes.ProductAttribute"><NavigationPropertyBinding Path="ProductAttributeOptionsSets" Target="ProductAttributeOptionsSets" /><NavigationPropertyBinding Path="Translations" Target="LocalizedProperties" /></EntitySet><EntitySet Name="ProductBundleItems" EntityType="Smartstore.Core.Catalog.Products.ProductBundleItem"><NavigationPropertyBinding Path="BundleProduct" Target="Products" /><NavigationPropertyBinding Path="Product" Target="Products" /></EntitySet><EntitySet Name="ProductCategories" EntityType="Smartstore.Core.Catalog.Categories.ProductCategory"><NavigationPropertyBinding Path="Category" Target="Categories" /><NavigationPropertyBinding Path="Product" Target="Products" /></EntitySet><EntitySet Name="ProductManufacturers" EntityType="Smartstore.Core.Catalog.Brands.ProductManufacturer"><NavigationPropertyBinding Path="Manufacturer" Target="Manufacturers" /><NavigationPropertyBinding Path="Product" Target="Products" /></EntitySet><EntitySet Name="ProductMediaFiles" EntityType="Smartstore.Core.Catalog.Products.ProductMediaFile"><NavigationPropertyBinding Path="Product" Target="Products" /></EntitySet><EntitySet Name="ProductSpecificationAttributes" EntityType="Smartstore.Core.Catalog.Attributes.ProductSpecificationAttribute"><NavigationPropertyBinding Path="SpecificationAttributeOption" Target="SpecificationAttributeOptions" /></EntitySet><EntitySet Name="ProductTags" EntityType="Smartstore.Core.Catalog.Products.ProductTag" /><EntitySet Name="ProductVariantAttributeCombinations" EntityType="Smartstore.Core.Catalog.Attributes.ProductVariantAttributeCombination"><NavigationPropertyBinding Path="DeliveryTime" Target="DeliveryTimes" /><NavigationPropertyBinding Path="QuantityUnit" Target="QuantityUnits" /></EntitySet><EntitySet Name="ProductVariantAttributes" EntityType="Smartstore.Core.Catalog.Attributes.ProductVariantAttribute"><NavigationPropertyBinding Path="ProductAttribute" Target="ProductAttributes" /><NavigationPropertyBinding Path="ProductVariantAttributeValues" Target="ProductVariantAttributeValues" /></EntitySet><EntitySet Name="ProductVariantAttributeValues" EntityType="Smartstore.Core.Catalog.Attributes.ProductVariantAttributeValue"><NavigationPropertyBinding Path="ProductVariantAttribute" Target="ProductVariantAttributes" /><NavigationPropertyBinding Path="Translations" Target="LocalizedProperties" /></EntitySet><EntitySet Name="QuantityUnits" EntityType="Smartstore.Core.Common.QuantityUnit" /><EntitySet Name="RelatedProducts" EntityType="Smartstore.Core.Catalog.Products.RelatedProduct" /><EntitySet Name="RewardPointsHistory" EntityType="Smartstore.Core.Identity.RewardPointsHistory"><NavigationPropertyBinding Path="Customer" Target="Customers" /><NavigationPropertyBinding Path="UsedWithOrder" Target="Orders" /></EntitySet><EntitySet Name="Settings" EntityType="Smartstore.Core.Configuration.Setting" /><EntitySet Name="ShipmentItems" EntityType="Smartstore.Core.Checkout.Shipping.ShipmentItem"><NavigationPropertyBinding Path="Shipment" Target="Shipments" /></EntitySet><EntitySet Name="ShippingMethods" EntityType="Smartstore.Core.Checkout.Shipping.ShippingMethod" /><EntitySet Name="SpecificationAttributeOptions" EntityType="Smartstore.Core.Catalog.Attributes.SpecificationAttributeOption"><NavigationPropertyBinding Path="ProductSpecificationAttributes" Target="ProductSpecificationAttributes" /><NavigationPropertyBinding Path="SpecificationAttribute" Target="SpecificationAttributes" /></EntitySet><EntitySet Name="SpecificationAttributes" EntityType="Smartstore.Core.Catalog.Attributes.SpecificationAttribute"><NavigationPropertyBinding Path="SpecificationAttributeOptions" Target="SpecificationAttributeOptions" /></EntitySet><EntitySet Name="StateProvinces" EntityType="Smartstore.Core.Common.StateProvince"><NavigationPropertyBinding Path="Country" Target="Countries" /></EntitySet><EntitySet Name="StoreMappings" EntityType="Smartstore.Core.Stores.StoreMapping" /><EntitySet Name="Stores" EntityType="Smartstore.Core.Stores.Store"><NavigationPropertyBinding Path="DefaultCurrency" Target="Currencies" /><NavigationPropertyBinding Path="PrimaryExchangeRateCurrency" Target="Currencies" /></EntitySet><EntitySet Name="SyncMappings" EntityType="Smartstore.Core.DataExchange.SyncMapping" /><EntitySet Name="TaxCategories" EntityType="Smartstore.Core.Checkout.Tax.TaxCategory" /><EntitySet Name="TierPrices" EntityType="Smartstore.Core.Catalog.Pricing.TierPrice" /><EntitySet Name="UrlRecords" EntityType="Smartstore.Core.Seo.UrlRecord" /><EntitySet Name="DeliveryTimes" EntityType="Smartstore.Core.Common.DeliveryTime" /><EntitySet Name="ImportProfiles" EntityType="Smartstore.Core.DataExchange.ImportProfile" /><EntitySet Name="MediaFiles" EntityType="Smartstore.Web.Api.Models.Media.FileItemInfo" /><EntitySet Name="FileItemInfo" EntityType="Smartstore.Web.Api.Models.Media.FileItemInfo" /><EntitySet Name="MediaFolders" EntityType="Smartstore.Web.Api.Models.Media.FolderNodeInfo" /><EntitySet Name="FolderNodeInfo" EntityType="Smartstore.Web.Api.Models.Media.FolderNodeInfo" /><EntitySet Name="NewsletterSubscriptions" EntityType="Smartstore.Core.Messaging.NewsletterSubscription" /><EntitySet Name="OrderItems" EntityType="Smartstore.Core.Checkout.Orders.OrderItem"><NavigationPropertyBinding Path="Order" Target="Orders" /><NavigationPropertyBinding Path="Product" Target="Products" /></EntitySet><EntitySet Name="Orders" EntityType="Smartstore.Core.Checkout.Orders.Order"><NavigationPropertyBinding Path="BillingAddress" Target="Addresses" /><NavigationPropertyBinding Path="Customer" Target="Customers" /><NavigationPropertyBinding Path="OrderItems" Target="OrderItems" /><NavigationPropertyBinding Path="OrderNotes" Target="OrderNotes" /><NavigationPropertyBinding Path="RedeemedRewardPointsEntry" Target="RewardPointsHistory" /><NavigationPropertyBinding Path="Shipments" Target="Shipments" /><NavigationPropertyBinding Path="ShippingAddress" Target="Addresses" /></EntitySet><EntitySet Name="Shipments" EntityType="Smartstore.Core.Checkout.Shipping.Shipment"><NavigationPropertyBinding Path="Order" Target="Orders" /><NavigationPropertyBinding Path="ShipmentItems" Target="ShipmentItems" /></EntitySet><EntitySet Name="PaymentMethods" EntityType="Smartstore.Core.Checkout.Payment.PaymentMethod" /><EntitySet Name="Products" EntityType="Smartstore.Core.Catalog.Products.Product"><NavigationPropertyBinding Path="AppliedDiscounts" Target="Discounts" /><NavigationPropertyBinding Path="ComparePriceLabel" Target="PriceLabels" /><NavigationPropertyBinding Path="CountryOfOrigin" Target="Countries" /><NavigationPropertyBinding Path="DeliveryTime" Target="DeliveryTimes" /><NavigationPropertyBinding Path="ProductBundleItems" Target="ProductBundleItems" /><NavigationPropertyBinding Path="ProductCategories" Target="ProductCategories" /><NavigationPropertyBinding Path="ProductManufacturers" Target="ProductManufacturers" /><NavigationPropertyBinding Path="ProductMediaFiles" Target="ProductMediaFiles" /><NavigationPropertyBinding Path="ProductSpecificationAttributes" Target="ProductSpecificationAttributes" /><NavigationPropertyBinding Path="ProductTags" Target="ProductTags" /><NavigationPropertyBinding Path="ProductVariantAttributeCombinations" Target="ProductVariantAttributeCombinations" /><NavigationPropertyBinding Path="ProductVariantAttributes" Target="ProductVariantAttributes" /><NavigationPropertyBinding Path="QuantityUnit" Target="QuantityUnits" /><NavigationPropertyBinding Path="SampleDownload" Target="Downloads" /><NavigationPropertyBinding Path="TierPrices" Target="TierPrices" /><NavigationPropertyBinding Path="Translations" Target="LocalizedProperties" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>