-
Notifications
You must be signed in to change notification settings - Fork 0
/
SAP_SEPMRA_SHOP.xml
1 lines (1 loc) · 79.2 KB
/
SAP_SEPMRA_SHOP.xml
1
<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:sap="http://www.sap.com/Protocols/SAPData"><edmx:Reference Uri="https://sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMON',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.Common.v1" Alias="Common"/></edmx:Reference><edmx:Reference Uri="https://sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_UI',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:Include Namespace="com.sap.vocabularies.UI.v1" Alias="UI"/></edmx:Reference><edmx:DataServices m:DataServiceVersion="2.0"><Schema Namespace="SEPMRA_SHOP" xml:lang="en" sap:schema-version="1" xmlns="http://schemas.microsoft.com/ado/2008/09/edm"><EntityType Name="Supplier" sap:content-version="1"><Key><PropertyRef Name="Id"/></Key><Property Name="ContactEmail" Type="Edm.String" Nullable="false" MaxLength="255" sap:label="E-Mail" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" sap:semantics="email"/><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Supplier" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="80" sap:label="Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Phone" Type="Edm.String" Nullable="false" MaxLength="30" sap:label="Phone" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" sap:semantics="tel"/><Property Name="Email" Type="Edm.String" Nullable="false" MaxLength="255" sap:label="E-Mail" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" sap:semantics="email"/><Property Name="WebAddress" Type="Edm.String" Nullable="false" sap:label="URI" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" sap:semantics="url"/><Property Name="FormattedAddress" Type="Edm.String" Nullable="false" MaxLength="129" sap:label="Address" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="FormattedContactName" Type="Edm.String" Nullable="false" MaxLength="81" sap:label="Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="ContactPhone1" Type="Edm.String" Nullable="false" MaxLength="30" sap:label="Phone" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" sap:semantics="tel"/><Property Name="ContactPhone2" Type="Edm.String" Nullable="false" MaxLength="30" sap:label="Fax" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false" sap:semantics="tel"/></EntityType><EntityType Name="MainCategory" sap:content-version="1"><Key><PropertyRef Name="Id"/></Key><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Main Category" sap:creatable="false" sap:updatable="false"/><Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Main Category" sap:creatable="false" sap:updatable="false"/><NavigationProperty Name="SubCategories" Relationship="SEPMRA_SHOP.SubCategoryMainCategories" FromRole="FromRole_SubCategoryMainCategories" ToRole="ToRole_SubCategoryMainCategories"/></EntityType><EntityType Name="SubCategory" sap:content-version="1"><Key><PropertyRef Name="Id"/></Key><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Category" sap:creatable="false" sap:updatable="false"/><Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Category" sap:creatable="false" sap:updatable="false"/><Property Name="MainCategoryId" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Main Category" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="MainCategoryName" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Main Category" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><NavigationProperty Name="MainCategory" Relationship="SEPMRA_SHOP.SubCategoryMainCategories" FromRole="ToRole_SubCategoryMainCategories" ToRole="FromRole_SubCategoryMainCategories"/></EntityType><EntityType Name="Review" sap:content-version="1"><Key><PropertyRef Name="Id"/></Key><Property Name="ChangedAt" Type="Edm.DateTime" Precision="0" sap:label="Reviewed" sap:creatable="false" sap:updatable="false"/><Property Name="Comment" Type="Edm.String" sap:label="Rating Text"/><Property Name="HelpfulCount" Type="Edm.Int32" Nullable="false" sap:label="Helpful" sap:creatable="false" sap:updatable="false"/><Property Name="HelpfulForCurrentUser" Type="Edm.Boolean" Nullable="false" sap:label="Is Helpful" sap:creatable="false"/><Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="Node Key" sap:creatable="false" sap:updatable="false"/><Property Name="IsReviewOfCurrentUser" Type="Edm.Boolean" Nullable="false" sap:label="Reviewed by Me" sap:creatable="false" sap:updatable="false"/><Property Name="ProductId" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Product" sap:creatable="false" sap:updatable="false"/><Property Name="Rating" Type="Edm.Byte" Nullable="false" sap:label="Rating"/><Property Name="UserDisplayName" Type="Edm.String" Nullable="false" MaxLength="81" sap:label="Reviewer" sap:creatable="false" sap:updatable="false"/><NavigationProperty Name="Product" Relationship="SEPMRA_SHOP.ProductReviews" FromRole="ToRole_ProductReviews" ToRole="FromRole_ProductReviews"/></EntityType><EntityType Name="Product" sap:service-version="1" sap:content-version="1"><Key><PropertyRef Name="Id"/></Key><Property Name="AverageRating" Type="Edm.Decimal" Nullable="false" Precision="4" Scale="2" sap:label="Average Rating" sap:creatable="false" sap:updatable="false"/><Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="255" sap:label="Name" sap:creatable="false" sap:updatable="false"/><Property Name="Description" Type="Edm.String" Nullable="false" MaxLength="255" sap:label="Description" sap:creatable="false" sap:updatable="false"/><Property Name="StockQuantity" Type="Edm.Int32" Nullable="false" sap:unit="QuantityUnit" sap:label="Availability" sap:creatable="false" sap:updatable="false"/><Property Name="CurrencyCode" Type="Edm.String" Nullable="false" MaxLength="5" sap:label="Currency" sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/><Property Name="DimensionDepth" Type="Edm.Decimal" Nullable="false" Precision="13" Scale="3" sap:unit="QuantityUnit" sap:label="Depth" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="DimensionHeight" Type="Edm.Decimal" Nullable="false" Precision="13" Scale="3" sap:unit="QuantityUnit" sap:label="Height" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="DimensionUnit" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Dimension Unit" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:semantics="unit-of-measure"/><Property Name="DimensionWidth" Type="Edm.Decimal" Nullable="false" Precision="13" Scale="3" sap:unit="QuantityUnit" sap:label="Width" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="HasReviewOfCurrentUser" Type="Edm.Boolean" Nullable="false" sap:label="Reviewed" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Product" sap:creatable="false" sap:updatable="false"/><Property Name="ImageUrl" Type="Edm.String" Nullable="false" MaxLength="255" sap:label="Picture" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:semantics="url"/><Property Name="IsFavoriteOfCurrentUser" Type="Edm.Boolean" Nullable="false" sap:label="Is Favorite" sap:creatable="false" sap:sortable="false"/><Property Name="LastModified" Type="Edm.DateTime" Nullable="false" Precision="7" sap:label="Changed At" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="MainCategoryId" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Main Category" sap:creatable="false" sap:updatable="false"/><Property Name="MainCategoryName" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Main Category" sap:creatable="false" sap:updatable="false"/><Property Name="MeasureUnit" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Unit of Measure" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="Price" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="2" sap:unit="CurrencyCode" sap:label="Price" sap:creatable="false" sap:updatable="false"/><Property Name="QuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" sap:label="Unit of Measure" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:semantics="unit-of-measure"/><Property Name="RatingCount" Type="Edm.Int32" Nullable="false" sap:label="Number of Reviews" sap:creatable="false" sap:updatable="false"/><Property Name="SubCategoryId" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Category" sap:creatable="false" sap:updatable="false"/><Property Name="SubCategoryName" Type="Edm.String" Nullable="false" MaxLength="40" sap:label="Category" sap:creatable="false" sap:updatable="false"/><Property Name="SupplierId" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Supplier" sap:creatable="false" sap:updatable="false"/><Property Name="SupplierName" Type="Edm.String" Nullable="false" MaxLength="80" sap:label="Supplier" sap:creatable="false" sap:updatable="false"/><Property Name="WeightMeasure" Type="Edm.Decimal" Nullable="false" Precision="13" Scale="3" sap:unit="QuantityUnit" sap:label="Weight" sap:creatable="false" sap:updatable="false" sap:sortable="false"/><Property Name="WeightUnit" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Weight Unit" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:semantics="unit-of-measure"/><NavigationProperty Name="ReviewAggregates" Relationship="SEPMRA_SHOP.ProductReviewAggregates" FromRole="FromRole_ProductReviewAggregates" ToRole="ToRole_ProductReviewAggregates"/><NavigationProperty Name="SubCategory" Relationship="SEPMRA_SHOP.ProductsSubCategory" FromRole="ToRole_ProductsSubCategory" ToRole="FromRole_ProductsSubCategory"/><NavigationProperty Name="Supplier" Relationship="SEPMRA_SHOP.ProductsSupplier" FromRole="ToRole_ProductsSupplier" ToRole="FromRole_ProductsSupplier"/><NavigationProperty Name="Images" Relationship="SEPMRA_SHOP.ProductImages" FromRole="FromRole_ProductImages" ToRole="ToRole_ProductImages"/><NavigationProperty Name="Reviews" Relationship="SEPMRA_SHOP.ProductReviews" FromRole="FromRole_ProductReviews" ToRole="ToRole_ProductReviews"/></EntityType><EntityType Name="ReviewAggregate" sap:content-version="1"><Key><PropertyRef Name="ProductId"/><PropertyRef Name="Rating"/></Key><Property Name="ProductId" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Product" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Rating" Type="Edm.Byte" Nullable="false" sap:label="Rating" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="RatingCount" Type="Edm.Int32" Nullable="false" sap:label="Number of Reviews" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/></EntityType><EntityType Name="ShoppingCartItem" sap:content-version="1"><Key><PropertyRef Name="Id"/></Key><Property Name="ShoppingCartId" Type="Edm.Int16" Nullable="false" sap:label="Shopping Cart" sap:creatable="false" sap:updatable="false"/><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Item" sap:creatable="false" sap:updatable="false"/><Property Name="ProductId" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Product" sap:creatable="false" sap:updatable="false"/><Property Name="Quantity" Type="Edm.Int32" Nullable="false" sap:unit="Unit" sap:label="Quantity" sap:creatable="false"/><Property Name="Unit" Type="Edm.String" Nullable="false" MaxLength="3" sap:label="Quantity Unit" sap:creatable="false" sap:updatable="false" sap:semantics="unit-of-measure"/><Property Name="SubTotal" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="2" sap:unit="CurrencyCode" sap:label="Subtotal" sap:creatable="false" sap:updatable="false"/><Property Name="CurrencyCode" Type="Edm.String" Nullable="false" MaxLength="5" sap:label="Currency" sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/><NavigationProperty Name="Product" Relationship="SEPMRA_SHOP.ShoppingCartItemProduct" FromRole="FromRole_ShoppingCartItemProduct" ToRole="ToRole_ShoppingCartItemProduct"/></EntityType><EntityType Name="ShoppingCart" sap:content-version="1"><Key><PropertyRef Name="Id"/></Key><Property Name="Id" Type="Edm.Int16" Nullable="false" sap:label="Shopping Cart" sap:creatable="false" sap:updatable="false"/><Property Name="Total" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="2" sap:unit="CurrencyCode" sap:label="Subtotal" sap:creatable="false" sap:updatable="false"/><Property Name="CurrencyCode" Type="Edm.String" Nullable="false" MaxLength="5" sap:label="Currency" sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/><Property Name="TotalQuantity" Type="Edm.Int32" Nullable="false" sap:label="Quantity" sap:creatable="false" sap:updatable="false"/><Property Name="FormattedCustomerName" Type="Edm.String" Nullable="false" MaxLength="81" sap:label="Ordered By" sap:creatable="false" sap:updatable="false"/><Property Name="FormattedAddress" Type="Edm.String" Nullable="false" MaxLength="129" sap:label="Delivery Address" sap:creatable="false" sap:updatable="false"/><NavigationProperty Name="ShoppingCartItems" Relationship="SEPMRA_SHOP.ShoppingCartShoppingCartItems" FromRole="FromRole_ShoppingCartShoppingCartItems" ToRole="ToRole_ShoppingCartShoppingCartItems"/></EntityType><EntityType Name="Image" m:HasStream="true" sap:content-version="1"><Key><PropertyRef Name="ProductId"/><PropertyRef Name="Id"/></Key><Property Name="MimeType" Type="Edm.String" Nullable="false" MaxLength="100" sap:label="Dummy Field" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="ProductId" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Product" sap:creatable="false" sap:updatable="false"/><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="70" sap:label="Image" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="I_CurrencyType" sap:label="Currency" sap:content-version="1"><Key><PropertyRef Name="Currency"/></Key><Property Name="Currency" Type="Edm.String" Nullable="false" MaxLength="5" sap:text="Currency_Text" sap:label="Currency" sap:quickinfo="Currency Key" sap:semantics="currency-code"/><Property Name="Currency_Text" Type="Edm.String" MaxLength="40" sap:label="Long Text" sap:creatable="false" sap:updatable="false"/><Property Name="Decimals" Type="Edm.Byte" sap:label="Decimals" sap:quickinfo="Number of decimal places"/><Property Name="CurrencyISOCode" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="ISO code" sap:quickinfo="ISO currency code"/><Property Name="AlternativeCurrencyKey" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="Alternative key" sap:quickinfo="Alternative key for currencies"/><Property Name="IsPrimaryCurrencyForISOCrcy" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Primary" sap:quickinfo="Primary SAP Currency Code for ISO Code"/></EntityType><EntityType Name="SEPMRA_C_Shop_CurrentUserType" sap:label="Shop" sap:content-version="1"><Key><PropertyRef Name="Shop"/></Key><Property Name="ShoppingCartUUID_fc" Type="Edm.Byte" sap:label="Dyn. Field Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Shop" Type="Edm.Int16" Nullable="false"/><Property Name="Employee" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Employee ID" sap:quickinfo="EPM: Employee ID" sap:creatable="false" sap:updatable="false"/><Property Name="ShoppingCartUUID" Type="Edm.Guid" sap:field-control="ShoppingCartUUID_fc" sap:label="Shopping Cart UUID"/><NavigationProperty Name="to_ShoppingCart" Relationship="SEPMRA_SHOP.assoc_7106E6892548E30B5F48EA8082F07BCF" FromRole="FromRole_assoc_7106E6892548E30B5F48EA8082F07BCF" ToRole="ToRole_assoc_7106E6892548E30B5F48EA8082F07BCF"/><NavigationProperty Name="to_ShoppingCartItems" Relationship="SEPMRA_SHOP.assoc_FBB9B15E8CF7BC202D51F737097AC0A1" FromRole="FromRole_assoc_FBB9B15E8CF7BC202D51F737097AC0A1" ToRole="ToRole_assoc_FBB9B15E8CF7BC202D51F737097AC0A1"/></EntityType><EntityType Name="SEPMRA_C_Shop_ProductType" sap:label="Product" sap:content-version="1"><Key><PropertyRef Name="Product"/></Key><Property Name="Activation_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Copy_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Delete_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Edit_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Favorites_add_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Favorites_remove_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Favorites_toggle_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Mycart_add_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Preparation_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Review_delete_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Review_modify_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Validation_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Product" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:text="ProductName" sap:label="Product" sap:quickinfo="EPM Fiori Ref Apps: Product ID" sap:creatable="false" sap:updatable="false"/><Property Name="Weight" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="WeightUnit" sap:label="Weight" sap:quickinfo="EPM: Weight Measure"/><Property Name="WeightUnit" Type="Edm.String" MaxLength="3" sap:text="WeightUnitName" sap:label="Weight Unit" sap:quickinfo="EPM: Weight Unit" sap:semantics="unit-of-measure"/><Property Name="WeightUnitName" Type="Edm.String" MaxLength="10" sap:label="Weight Unit" sap:quickinfo="Unit of Measurement Text (Maximum 10 Characters)" sap:creatable="false" sap:updatable="false"/><Property Name="Price" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="Currency" sap:label="Price" sap:quickinfo="EPM Ref App "Shop": Product Price" sap:creatable="false" sap:updatable="false"/><Property Name="Currency" Type="Edm.String" MaxLength="5" sap:label="Currency" sap:quickinfo="EPM Ref App "Shop": Product Currency" sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/><Property Name="StockQuantity" Type="Edm.Int32" sap:unit="StockQuantityUnit" sap:label="Availability" sap:creatable="false" sap:updatable="false"/><Property Name="StockQuantityUnit" Type="Edm.String" MaxLength="3" sap:text="StockQuantityUnitName" sap:label="Quantity Unit" sap:quickinfo="EPM: Quantity Unit" sap:creatable="false" sap:updatable="false" sap:semantics="unit-of-measure"/><Property Name="StockQuantityUnitName" Type="Edm.String" MaxLength="10" sap:label="Quantity Unit" sap:quickinfo="Unit of Measurement Text (Maximum 10 Characters)" sap:creatable="false" sap:updatable="false"/><Property Name="StockAvailability" Type="Edm.Byte" sap:text="StockAvailabilityText" sap:label="Availability" sap:quickinfo="EPM Reference Apps: Product Stock Availability" sap:creatable="false" sap:updatable="false"/><Property Name="StockAvailabilityText" Type="Edm.String" MaxLength="60" sap:label="Short Descript." sap:quickinfo="Short Text for Fixed Values"/><Property Name="ProductName" Type="Edm.String" MaxLength="255" sap:label="Name" sap:quickinfo="EPM Ref Apps: Product Name" sap:creatable="false" sap:updatable="false"/><Property Name="AverageRatingValue" Type="Edm.Decimal" Precision="4" Scale="2" sap:label="Average Rating" sap:quickinfo="EPM: Review Rating Average" sap:creatable="false" sap:updatable="false"/><Property Name="NumberOfReviewPosts" Type="Edm.Int32" sap:label="Number of Reviews" sap:quickinfo="EPM: Number of Reviews" sap:creatable="false" sap:updatable="false"/><Property Name="IsReviewed" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Reviewed" sap:quickinfo="EPM Ref App "Shop": Flag - product reviewed by user"/><Property Name="Supplier" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:text="SupplierName" sap:label="Supplier" sap:quickinfo="EPM: Business Partner ID" sap:value-list="standard"/><Property Name="SupplierName" Type="Edm.String" MaxLength="80" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="EPM Fiori Ref Apps: Supplier Name" sap:creatable="false" sap:updatable="false"/><Property Name="ProductCategory" Type="Edm.String" MaxLength="40" sap:label="Sub-Category" sap:quickinfo="EPM: Product Category"/><Property Name="MainProductCategory" Type="Edm.String" MaxLength="40" sap:label="Category" sap:quickinfo="EPM: Product Main Category"/><Property Name="IsFavorite" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Is Favorite" sap:quickinfo="EPM Fiori RefApps Shop: Product Is Favorite of Current User" sap:creatable="false" sap:updatable="false"/><Property Name="ProductDescription" Type="Edm.String" MaxLength="255" sap:label="Description" sap:quickinfo="EPM Ref Apps: Product Description" sap:creatable="false" sap:updatable="false"/><Property Name="ProductPictureURL" Type="Edm.String" MaxLength="255" sap:display-format="UpperCase" sap:label="Picture" sap:quickinfo="EPM: URI of Product Image" sap:creatable="false" sap:updatable="false"/><Property Name="Height" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="DimensionUnit" sap:label="Product Height" sap:quickinfo="EPM: Height"/><Property Name="Width" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="DimensionUnit" sap:label="Product Width" sap:quickinfo="EPM: Width"/><Property Name="Depth" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="DimensionUnit" sap:label="Product Depth" sap:quickinfo="EPM: Depth"/><Property Name="DimensionUnit" Type="Edm.String" MaxLength="3" sap:text="DimensionUnitName" sap:label="Dimension Unit" sap:quickinfo="EPM: Dimension Unit" sap:semantics="unit-of-measure"/><Property Name="DimensionUnitName" Type="Edm.String" MaxLength="10" sap:label="Dimension Unit" sap:quickinfo="Unit of Measurement Text (Maximum 10 Characters)" sap:creatable="false" sap:updatable="false"/><NavigationProperty Name="to_ProductImages" Relationship="SEPMRA_SHOP.assoc_AB5A5A96F63C61FE207703DBAF28105C" FromRole="FromRole_assoc_AB5A5A96F63C61FE207703DBAF28105C" ToRole="ToRole_assoc_AB5A5A96F63C61FE207703DBAF28105C"/><NavigationProperty Name="to_ReviewHistogram" Relationship="SEPMRA_SHOP.assoc_AFB23EAE9FBD5055C1EF17CE91C9F441" FromRole="FromRole_assoc_AFB23EAE9FBD5055C1EF17CE91C9F441" ToRole="ToRole_assoc_AFB23EAE9FBD5055C1EF17CE91C9F441"/><NavigationProperty Name="to_Reviews" Relationship="SEPMRA_SHOP.assoc_208ED98FB2F5D3AF65A1FE0A798454F8" FromRole="FromRole_assoc_208ED98FB2F5D3AF65A1FE0A798454F8" ToRole="ToRole_assoc_208ED98FB2F5D3AF65A1FE0A798454F8"/><NavigationProperty Name="to_Supplier" Relationship="SEPMRA_SHOP.assoc_3873A0FF5576080393BCD687FFEEF041" FromRole="FromRole_assoc_3873A0FF5576080393BCD687FFEEF041" ToRole="ToRole_assoc_3873A0FF5576080393BCD687FFEEF041"/></EntityType><EntityType Name="SEPMRA_C_Shop_ProductImageType" sap:label="Product Image" sap:content-version="1"><Key><PropertyRef Name="Product"/><PropertyRef Name="ProductImage"/></Key><Property Name="Product" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Product ID" sap:quickinfo="EPM: Product ID"/><Property Name="ProductImage" Type="Edm.String" Nullable="false" MaxLength="70" sap:display-format="UpperCase" sap:label="Product Image" sap:quickinfo="EPM Fiori Ref Apps: Product Image ID"/><Property Name="MIMEType" Type="Edm.String" MaxLength="100" sap:display-format="UpperCase" sap:label="MIME Type" sap:quickinfo="EPM Reference Apps: Mime Type"/></EntityType><EntityType Name="SEPMRA_C_Shop_ReviewHistogramType" sap:label="Review Aggregate" sap:content-version="1"><Key><PropertyRef Name="Product"/><PropertyRef Name="RatingValue"/></Key><Property Name="Product" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Product" sap:quickinfo="EPM Fiori Ref Apps: Product ID" sap:creatable="false" sap:updatable="false"/><Property Name="RatingValue" Type="Edm.Byte" Nullable="false" sap:label="Rating" sap:quickinfo="EPM Fiori Ref Apps: Rating value" sap:creatable="false" sap:updatable="false"/><Property Name="NumberOfPosts" Type="Edm.Int32" sap:label="Number of Reviews" sap:quickinfo="EPM Ref App "Shop": Number of Product Ratings" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="SEPMRA_C_Shop_ReviewPostType" sap:label="Review" sap:content-version="1"><Key><PropertyRef Name="ProductReviewPostUUID"/></Key><Property Name="ProductReviewPostUUID" Type="Edm.Guid" Nullable="false" sap:label="Generic Node Key" sap:quickinfo="EPM: Generic Node Key"/><Property Name="Product" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:text="to_Product/ProductName" sap:label="Product" sap:quickinfo="EPM Fiori Ref Apps: Product ID" sap:value-list="standard"/><Property Name="ReviewPostText" Type="Edm.String" sap:label="Review" sap:quickinfo="EPM: Rating Text"/><Property Name="ReviewRatingValue" Type="Edm.Byte" sap:label="Rating" sap:quickinfo="EPM Fiori Ref Apps: Rating value"/><Property Name="NumberOfAffirmativeAnswers" Type="Edm.Int32" sap:label="Helpful" sap:quickinfo="EPM Ref Apps: Number of 'helpful' ratings for a review"/><Property Name="ReviewDateTime" Type="Edm.DateTimeOffset" Precision="0" sap:label="Reviewed" sap:quickinfo="EPM Ref App "Shop": Product Review Date/Time"/><Property Name="IsHelpfulForCurrentUser" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Is Helpful" sap:quickinfo="EPM Ref App "Shop": Product Review Helpful?"/><Property Name="IsReviewOfCurrentUser" Type="Edm.Boolean" sap:display-format="UpperCase" sap:label="Reviewed by Me" sap:quickinfo="EPM Ref App "Shop": Product Review of Current User?"/><Property Name="ReviewedByUserName" Type="Edm.String" MaxLength="81" sap:display-format="UpperCase" sap:label="Reviewer" sap:quickinfo="EPM Ref App "Shop": Product 'Reviewed by User' Name"/><NavigationProperty Name="to_Product" Relationship="SEPMRA_SHOP.assoc_3500426F261B5CFFB561F9FA53DB02A4" FromRole="FromRole_assoc_3500426F261B5CFFB561F9FA53DB02A4" ToRole="ToRole_assoc_3500426F261B5CFFB561F9FA53DB02A4"/></EntityType><EntityType Name="SEPMRA_C_Shop_ShoppingCartType" sap:label="Shopping Cart" sap:content-version="1"><Key><PropertyRef Name="ShoppingCartUUID"/></Key><Property Name="Addproduct_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="Checkout_ac" Type="Edm.Boolean" sap:label="Dyn. Action Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="ShoppingCartUUID_fc" Type="Edm.Byte" sap:label="Dyn. Field Control" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/><Property Name="ShoppingCartUUID" Type="Edm.Guid" Nullable="false" sap:field-control="ShoppingCartUUID_fc" sap:label="Shopping Cart UUID"/><Property Name="Owner" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:text="to_Owner/FormattedName" sap:label="Owner" sap:quickinfo="EPM: Employee ID" sap:creatable="false" sap:updatable="false" sap:value-list="standard"/><Property Name="NetAmountInCompanyCurrency" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="CompanyCurrency" sap:label="Net Amount" sap:creatable="false" sap:updatable="false"/><Property Name="CompanyCurrency" Type="Edm.String" MaxLength="5" sap:text="to_CompanyCurrency/Currency_Text" sap:label="Currency" sap:quickinfo="EPM: Currency Code" sap:creatable="false" sap:updatable="false" sap:value-list="standard" sap:semantics="currency-code"/><Property Name="Quantity" Type="Edm.Int32" sap:unit="QuantityUnit" sap:label="Quantity" sap:creatable="false" sap:updatable="false"/><Property Name="QuantityUnit" Type="Edm.String" MaxLength="3" sap:text="to_QuantityUnit/UnitOfMeasure_Text" sap:label="Quantity Unit" sap:quickinfo="EPM: Quantity Unit" sap:creatable="false" sap:updatable="false" sap:value-list="standard" sap:semantics="unit-of-measure"/><Property Name="DeliveryAddress" Type="Edm.String" MaxLength="129" sap:display-format="UpperCase" sap:label="Delivery Address" sap:quickinfo="EPM Ref App "Shop": Delivery Address" sap:creatable="false" sap:updatable="false"/><NavigationProperty Name="to_CompanyCurrency" Relationship="SEPMRA_SHOP.assoc_DA9026273EEB685AAB26E308D0A2CA4A" FromRole="FromRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A" ToRole="ToRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A"/><NavigationProperty Name="to_Owner" Relationship="SEPMRA_SHOP.assoc_A8599E4AD496CFE24D6E75A12B720A13" FromRole="FromRole_assoc_A8599E4AD496CFE24D6E75A12B720A13" ToRole="ToRole_assoc_A8599E4AD496CFE24D6E75A12B720A13"/><NavigationProperty Name="to_QuantityUnit" Relationship="SEPMRA_SHOP.assoc_A408DFECCF5809EBC3F43AFBBF177D80" FromRole="FromRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80" ToRole="ToRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80"/><NavigationProperty Name="to_ShoppingCartItems" Relationship="SEPMRA_SHOP.assoc_340A2E810D0FD6B0707058BB74AD856D" FromRole="FromRole_assoc_340A2E810D0FD6B0707058BB74AD856D" ToRole="ToRole_assoc_340A2E810D0FD6B0707058BB74AD856D"/></EntityType><EntityType Name="SEPMRA_C_Shop_ShoppingCartItemType" sap:label="Shopping Cart Item" sap:content-version="1"><Key><PropertyRef Name="ShoppingCartItemUUID"/></Key><Property Name="ShoppingCartItemUUID" Type="Edm.Guid" Nullable="false" sap:label="Item UUID" sap:quickinfo="Shopping Cart Item UUID" sap:creatable="false" sap:updatable="false"/><Property Name="ShoppingCartItem" Type="Edm.String" MaxLength="10" sap:display-format="NonNegative" sap:label="Item" sap:quickinfo="EPM Ref Apps: Shopping Cart Item ID" sap:creatable="false" sap:updatable="false"/><Property Name="Product" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:text="to_Product/ProductName" sap:label="Product" sap:quickinfo="EPM Fiori Ref Apps: Product ID" sap:value-list="standard"/><Property Name="Quantity" Type="Edm.Int32" sap:unit="QuantityUnit" sap:label="Quantity" sap:quickinfo="EPM Fiori Ref App: Quantity without decimals"/><Property Name="QuantityUnit" Type="Edm.String" MaxLength="3" sap:text="to_QuantityUnit/UnitOfMeasure_Text" sap:label="Unit" sap:quickinfo="Unit of Measure" sap:creatable="false" sap:updatable="false" sap:value-list="standard" sap:semantics="unit-of-measure"/><Property Name="NetAmountInCompanyCurrency" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="CompanyCurrency" sap:label="Subtotal" sap:quickinfo="EPM Fiori Ref App "Shop": Shopping Cart (Item) Subtotal" sap:creatable="false" sap:updatable="false"/><Property Name="CompanyCurrency" Type="Edm.String" MaxLength="5" sap:text="to_CompanyCurrency/Currency_Text" sap:label="Currency" sap:quickinfo="EPM: Currency Code" sap:creatable="false" sap:updatable="false" sap:value-list="standard" sap:semantics="currency-code"/><NavigationProperty Name="to_CompanyCurrency" Relationship="SEPMRA_SHOP.assoc_5C2F99BE89435F74E412286BFF263515" FromRole="FromRole_assoc_5C2F99BE89435F74E412286BFF263515" ToRole="ToRole_assoc_5C2F99BE89435F74E412286BFF263515"/><NavigationProperty Name="to_Product" Relationship="SEPMRA_SHOP.assoc_E2296F4698B87D4E82E9631BA717BE2D" FromRole="FromRole_assoc_E2296F4698B87D4E82E9631BA717BE2D" ToRole="ToRole_assoc_E2296F4698B87D4E82E9631BA717BE2D"/><NavigationProperty Name="to_QuantityUnit" Relationship="SEPMRA_SHOP.assoc_6411D547185EDB4DFC26B01DE0122FC5" FromRole="FromRole_assoc_6411D547185EDB4DFC26B01DE0122FC5" ToRole="ToRole_assoc_6411D547185EDB4DFC26B01DE0122FC5"/></EntityType><EntityType Name="SEPMRA_C_Shop_SupplierType" sap:label="Supplier" sap:content-version="1"><Key><PropertyRef Name="Supplier"/></Key><Property Name="Supplier" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:text="CompanyName" sap:label="Supplier" sap:quickinfo="EPM Reference Apps: Supplier ID" sap:creatable="false" sap:updatable="false"/><Property Name="URL" Type="Edm.String" sap:label="Web Address" sap:quickinfo="EPM: Web Address"/><Property Name="FormattedAddress" Type="Edm.String" MaxLength="129" sap:display-format="UpperCase" sap:label="Address" sap:quickinfo="EPM Fiori Ref Apps: Formatted (concatenated) Address" sap:creatable="false" sap:updatable="false"/><Property Name="ContactPersonName" Type="Edm.String" MaxLength="81" sap:display-format="UpperCase" sap:label="Contact Name" sap:quickinfo="EPM Fiori Ref Apps: Formatted (concatenated) Contact Name"/><Property Name="ContactPersonPhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Phone Number" sap:quickinfo="EPM Fiori Ref Apps: Phone Number"/><Property Name="ContactPersonMobilePhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Mobile Phone Number" sap:quickinfo="EPM Fiori Reference Apps: Mobile Phone Number"/><Property Name="ContactPersonFaxNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Fax Number" sap:quickinfo="EPM Fiori Reference Apps: Fax Number"/><Property Name="ContactPersonEmailAddress" Type="Edm.String" MaxLength="255" sap:label="E-Mail Address" sap:quickinfo="EPM: E-Mail Address"/><Property Name="CompanyName" Type="Edm.String" MaxLength="80" sap:display-format="UpperCase" sap:label="Supplier" sap:quickinfo="EPM Fiori Ref Apps: Supplier Name"/><Property Name="PhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Phone Number" sap:quickinfo="EPM Fiori Ref Apps: Phone Number"/><Property Name="EmailAddress" Type="Edm.String" MaxLength="255" sap:label="E-Mail Address" sap:quickinfo="EPM: E-Mail Address"/></EntityType><EntityType Name="SEPMRA_I_EmployeeType" sap:label="Employee" sap:content-version="1"><Key><PropertyRef Name="Employee"/></Key><Property Name="Employee" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:text="FormattedName" sap:label="Employee ID" sap:quickinfo="EPM: Employee ID" sap:creatable="false" sap:updatable="false"/><Property Name="PreferredLanguage" Type="Edm.String" MaxLength="2" sap:label="Language Key"/><Property Name="PhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Telephone Number" sap:quickinfo="EPM: Phone Number"/><Property Name="MobilePhoneNumber" Type="Edm.String" MaxLength="30" sap:display-format="UpperCase" sap:label="Mobile Phone Number" sap:quickinfo="EPM: Mobile Phone Number"/><Property Name="EmailAddress" Type="Edm.String" MaxLength="255" sap:label="E-Mail Address" sap:quickinfo="EPM: E-Mail Address"/><Property Name="EmploymentStartDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Valid From Date" sap:quickinfo="EPM: Start date of Validity"/><Property Name="EmploymentEndDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date" sap:label="Valid Until Date" sap:quickinfo="EPM: End date of Validity"/><Property Name="SalaryCurrency" Type="Edm.String" MaxLength="5" sap:label="ISO Currency Code" sap:quickinfo="EPM: Currency Code" sap:semantics="currency-code"/><Property Name="SalaryAmount" Type="Edm.Decimal" Precision="16" Scale="3" sap:unit="SalaryCurrency" sap:label="Salary Amount" sap:quickinfo="EPM: Salary"/><Property Name="GenderCode" Type="Edm.String" MaxLength="1" sap:display-format="UpperCase" sap:label="Gender" sap:quickinfo="EPM: Gender"/><Property Name="EmployeePictureURL" Type="Edm.String" MaxLength="255" sap:display-format="UpperCase" sap:label="Employee Image URI" sap:quickinfo="EPM: URL of Product Image"/><Property Name="FirstName" Type="Edm.String" MaxLength="40" sap:label="First Name" sap:quickinfo="EPM: First Name"/><Property Name="MiddleName" Type="Edm.String" MaxLength="40" sap:label="Middle Name" sap:quickinfo="EPM: Middle Name"/><Property Name="LastName" Type="Edm.String" MaxLength="40" sap:label="Last Name" sap:quickinfo="EPM: Last Name"/><Property Name="FormattedName" Type="Edm.String" MaxLength="81" sap:display-format="UpperCase" sap:label="Full Name" sap:quickinfo="EPM Ref Apps: Formatted Employee Name"/><Property Name="Initials" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Initials" sap:quickinfo="EPM: Initials"/></EntityType><EntityType Name="SEPMRA_I_QuantityUnitType" sap:label="Quantity Unit" sap:content-version="1"><Key><PropertyRef Name="UnitOfMeasure"/></Key><Property Name="UnitOfMeasure" Type="Edm.String" Nullable="false" MaxLength="3" sap:text="UnitOfMeasure_Text" sap:label="Unit" sap:quickinfo="Unit of Measure" sap:semantics="unit-of-measure"/><Property Name="UnitOfMeasure_Text" Type="Edm.String" MaxLength="6" sap:label="Technical" sap:quickinfo="External Unit of Measurement in Technical Format (6-Char.)" sap:creatable="false" sap:updatable="false"/><Property Name="UnitOfMeasureISOCode" Type="Edm.String" MaxLength="3" sap:display-format="UpperCase" sap:label="ISO code" sap:quickinfo="ISO code for unit of measurement"/></EntityType><ComplexType Name="ValidationFunctionResult"><Property Name="IsValid" Type="Edm.Boolean" sap:label="Is valid"/></ComplexType><Association Name="assoc_5C2F99BE89435F74E412286BFF263515" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType" Multiplicity="1" Role="FromRole_assoc_5C2F99BE89435F74E412286BFF263515"/><End Type="SEPMRA_SHOP.I_CurrencyType" Multiplicity="0..1" Role="ToRole_assoc_5C2F99BE89435F74E412286BFF263515"/><ReferentialConstraint><Principal Role="ToRole_assoc_5C2F99BE89435F74E412286BFF263515"><PropertyRef Name="Currency"/></Principal><Dependent Role="FromRole_assoc_5C2F99BE89435F74E412286BFF263515"><PropertyRef Name="CompanyCurrency"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_E2296F4698B87D4E82E9631BA717BE2D" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType" Multiplicity="1" Role="FromRole_assoc_E2296F4698B87D4E82E9631BA717BE2D"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" Multiplicity="0..1" Role="ToRole_assoc_E2296F4698B87D4E82E9631BA717BE2D"/><ReferentialConstraint><Principal Role="ToRole_assoc_E2296F4698B87D4E82E9631BA717BE2D"><PropertyRef Name="Product"/></Principal><Dependent Role="FromRole_assoc_E2296F4698B87D4E82E9631BA717BE2D"><PropertyRef Name="Product"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_6411D547185EDB4DFC26B01DE0122FC5" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType" Multiplicity="1" Role="FromRole_assoc_6411D547185EDB4DFC26B01DE0122FC5"/><End Type="SEPMRA_SHOP.SEPMRA_I_QuantityUnitType" Multiplicity="0..1" Role="ToRole_assoc_6411D547185EDB4DFC26B01DE0122FC5"/><ReferentialConstraint><Principal Role="ToRole_assoc_6411D547185EDB4DFC26B01DE0122FC5"><PropertyRef Name="UnitOfMeasure"/></Principal><Dependent Role="FromRole_assoc_6411D547185EDB4DFC26B01DE0122FC5"><PropertyRef Name="QuantityUnit"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_DA9026273EEB685AAB26E308D0A2CA4A" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" Multiplicity="1" Role="FromRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A"/><End Type="SEPMRA_SHOP.I_CurrencyType" Multiplicity="0..1" Role="ToRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A"/><ReferentialConstraint><Principal Role="ToRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A"><PropertyRef Name="Currency"/></Principal><Dependent Role="FromRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A"><PropertyRef Name="CompanyCurrency"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_A8599E4AD496CFE24D6E75A12B720A13" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" Multiplicity="1" Role="FromRole_assoc_A8599E4AD496CFE24D6E75A12B720A13"/><End Type="SEPMRA_SHOP.SEPMRA_I_EmployeeType" Multiplicity="0..1" Role="ToRole_assoc_A8599E4AD496CFE24D6E75A12B720A13"/><ReferentialConstraint><Principal Role="ToRole_assoc_A8599E4AD496CFE24D6E75A12B720A13"><PropertyRef Name="Employee"/></Principal><Dependent Role="FromRole_assoc_A8599E4AD496CFE24D6E75A12B720A13"><PropertyRef Name="Owner"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_A408DFECCF5809EBC3F43AFBBF177D80" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" Multiplicity="1" Role="FromRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80"/><End Type="SEPMRA_SHOP.SEPMRA_I_QuantityUnitType" Multiplicity="0..1" Role="ToRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80"/><ReferentialConstraint><Principal Role="ToRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80"><PropertyRef Name="UnitOfMeasure"/></Principal><Dependent Role="FromRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80"><PropertyRef Name="QuantityUnit"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_340A2E810D0FD6B0707058BB74AD856D" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" Multiplicity="1" Role="FromRole_assoc_340A2E810D0FD6B0707058BB74AD856D"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType" Multiplicity="*" Role="ToRole_assoc_340A2E810D0FD6B0707058BB74AD856D"/></Association><Association Name="ProductsSubCategory" sap:content-version="1"><End Type="SEPMRA_SHOP.SubCategory" Multiplicity="1" Role="FromRole_ProductsSubCategory"/><End Type="SEPMRA_SHOP.Product" Multiplicity="*" Role="ToRole_ProductsSubCategory"/><ReferentialConstraint><Principal Role="FromRole_ProductsSubCategory"><PropertyRef Name="Id"/></Principal><Dependent Role="ToRole_ProductsSubCategory"><PropertyRef Name="SubCategoryId"/></Dependent></ReferentialConstraint></Association><Association Name="ShoppingCartItemProduct" sap:content-version="1"><End Type="SEPMRA_SHOP.ShoppingCartItem" Multiplicity="*" Role="FromRole_ShoppingCartItemProduct"/><End Type="SEPMRA_SHOP.Product" Multiplicity="1" Role="ToRole_ShoppingCartItemProduct"/></Association><Association Name="ProductsSupplier" sap:content-version="1"><End Type="SEPMRA_SHOP.Supplier" Multiplicity="1" Role="FromRole_ProductsSupplier"/><End Type="SEPMRA_SHOP.Product" Multiplicity="*" Role="ToRole_ProductsSupplier"/><ReferentialConstraint><Principal Role="FromRole_ProductsSupplier"><PropertyRef Name="Id"/></Principal><Dependent Role="ToRole_ProductsSupplier"><PropertyRef Name="SupplierId"/></Dependent></ReferentialConstraint></Association><Association Name="SubCategoryMainCategories" sap:content-version="1"><End Type="SEPMRA_SHOP.MainCategory" Multiplicity="1" Role="FromRole_SubCategoryMainCategories"/><End Type="SEPMRA_SHOP.SubCategory" Multiplicity="*" Role="ToRole_SubCategoryMainCategories"/><ReferentialConstraint><Principal Role="FromRole_SubCategoryMainCategories"><PropertyRef Name="Id"/></Principal><Dependent Role="ToRole_SubCategoryMainCategories"><PropertyRef Name="MainCategoryId"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_AB5A5A96F63C61FE207703DBAF28105C" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" Multiplicity="1" Role="FromRole_assoc_AB5A5A96F63C61FE207703DBAF28105C"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ProductImageType" Multiplicity="*" Role="ToRole_assoc_AB5A5A96F63C61FE207703DBAF28105C"/></Association><Association Name="assoc_AFB23EAE9FBD5055C1EF17CE91C9F441" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" Multiplicity="1" Role="FromRole_assoc_AFB23EAE9FBD5055C1EF17CE91C9F441"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ReviewHistogramType" Multiplicity="*" Role="ToRole_assoc_AFB23EAE9FBD5055C1EF17CE91C9F441"/></Association><Association Name="assoc_208ED98FB2F5D3AF65A1FE0A798454F8" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" Multiplicity="1" Role="FromRole_assoc_208ED98FB2F5D3AF65A1FE0A798454F8"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ReviewPostType" Multiplicity="*" Role="ToRole_assoc_208ED98FB2F5D3AF65A1FE0A798454F8"/></Association><Association Name="assoc_3873A0FF5576080393BCD687FFEEF041" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" Multiplicity="1" Role="FromRole_assoc_3873A0FF5576080393BCD687FFEEF041"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_SupplierType" Multiplicity="1" Role="ToRole_assoc_3873A0FF5576080393BCD687FFEEF041"/><ReferentialConstraint><Principal Role="ToRole_assoc_3873A0FF5576080393BCD687FFEEF041"><PropertyRef Name="Supplier"/></Principal><Dependent Role="FromRole_assoc_3873A0FF5576080393BCD687FFEEF041"><PropertyRef Name="Supplier"/></Dependent></ReferentialConstraint></Association><Association Name="ProductReviewAggregates" sap:content-version="1"><End Type="SEPMRA_SHOP.Product" Multiplicity="1" Role="FromRole_ProductReviewAggregates"/><End Type="SEPMRA_SHOP.ReviewAggregate" Multiplicity="*" Role="ToRole_ProductReviewAggregates"/><ReferentialConstraint><Principal Role="FromRole_ProductReviewAggregates"><PropertyRef Name="Id"/></Principal><Dependent Role="ToRole_ProductReviewAggregates"><PropertyRef Name="ProductId"/></Dependent></ReferentialConstraint></Association><Association Name="ProductImages" sap:content-version="1"><End Type="SEPMRA_SHOP.Product" Multiplicity="1" Role="FromRole_ProductImages"/><End Type="SEPMRA_SHOP.Image" Multiplicity="*" Role="ToRole_ProductImages"/><ReferentialConstraint><Principal Role="FromRole_ProductImages"><PropertyRef Name="Id"/></Principal><Dependent Role="ToRole_ProductImages"><PropertyRef Name="ProductId"/></Dependent></ReferentialConstraint></Association><Association Name="ProductReviews" sap:content-version="1"><End Type="SEPMRA_SHOP.Product" Multiplicity="1" Role="FromRole_ProductReviews"/><End Type="SEPMRA_SHOP.Review" Multiplicity="*" Role="ToRole_ProductReviews"/><ReferentialConstraint><Principal Role="FromRole_ProductReviews"><PropertyRef Name="Id"/></Principal><Dependent Role="ToRole_ProductReviews"><PropertyRef Name="ProductId"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_3500426F261B5CFFB561F9FA53DB02A4" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ReviewPostType" Multiplicity="1" Role="FromRole_assoc_3500426F261B5CFFB561F9FA53DB02A4"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" Multiplicity="0..1" Role="ToRole_assoc_3500426F261B5CFFB561F9FA53DB02A4"/><ReferentialConstraint><Principal Role="ToRole_assoc_3500426F261B5CFFB561F9FA53DB02A4"><PropertyRef Name="Product"/></Principal><Dependent Role="FromRole_assoc_3500426F261B5CFFB561F9FA53DB02A4"><PropertyRef Name="Product"/></Dependent></ReferentialConstraint></Association><Association Name="assoc_7106E6892548E30B5F48EA8082F07BCF" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_CurrentUserType" Multiplicity="1" Role="FromRole_assoc_7106E6892548E30B5F48EA8082F07BCF"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" Multiplicity="1" Role="ToRole_assoc_7106E6892548E30B5F48EA8082F07BCF"/></Association><Association Name="assoc_FBB9B15E8CF7BC202D51F737097AC0A1" sap:content-version="1"><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_CurrentUserType" Multiplicity="1" Role="FromRole_assoc_FBB9B15E8CF7BC202D51F737097AC0A1"/><End Type="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType" Multiplicity="*" Role="ToRole_assoc_FBB9B15E8CF7BC202D51F737097AC0A1"/></Association><Association Name="ShoppingCartShoppingCartItems" sap:content-version="1"><End Type="SEPMRA_SHOP.ShoppingCart" Multiplicity="1" Role="FromRole_ShoppingCartShoppingCartItems"/><End Type="SEPMRA_SHOP.ShoppingCartItem" Multiplicity="*" Role="ToRole_ShoppingCartShoppingCartItems"/><ReferentialConstraint><Principal Role="FromRole_ShoppingCartShoppingCartItems"><PropertyRef Name="Id"/></Principal><Dependent Role="ToRole_ShoppingCartShoppingCartItems"><PropertyRef Name="ShoppingCartId"/></Dependent></ReferentialConstraint></Association><EntityContainer Name="SEPMRA_SHOP_Entities" m:IsDefaultEntityContainer="true" sap:supported-formats="atom json xlsx"><EntitySet Name="I_Currency" EntityType="SEPMRA_SHOP.I_CurrencyType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:searchable="true" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_CurrentUser" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_CurrentUserType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_Product" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:searchable="true" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_ProductImage" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductImageType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_ReviewHistogram" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_ReviewHistogramType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_ReviewPost" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_ReviewPostType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_ShoppingCart" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_ShoppingCartItem" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType" sap:creatable="false" sap:content-version="1"/><EntitySet Name="SEPMRA_C_Shop_Supplier" EntityType="SEPMRA_SHOP.SEPMRA_C_Shop_SupplierType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:searchable="true" sap:content-version="1"/><EntitySet Name="SEPMRA_I_Employee" EntityType="SEPMRA_SHOP.SEPMRA_I_EmployeeType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SEPMRA_I_QuantityUnit" EntityType="SEPMRA_SHOP.SEPMRA_I_QuantityUnitType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:searchable="true" sap:content-version="1"/><EntitySet Name="Suppliers" EntityType="SEPMRA_SHOP.Supplier" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="MainCategories" EntityType="SEPMRA_SHOP.MainCategory" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SubCategories" EntityType="SEPMRA_SHOP.SubCategory" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:searchable="true" sap:content-version="1"/><EntitySet Name="Reviews" EntityType="SEPMRA_SHOP.Review" sap:content-version="1"/><EntitySet Name="Products" EntityType="SEPMRA_SHOP.Product" sap:creatable="false" sap:deletable="false" sap:searchable="true" sap:content-version="1"/><EntitySet Name="ReviewAggregates" EntityType="SEPMRA_SHOP.ReviewAggregate" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="ShoppingCartItems" EntityType="SEPMRA_SHOP.ShoppingCartItem" sap:creatable="false" sap:content-version="1"/><EntitySet Name="ShoppingCarts" EntityType="SEPMRA_SHOP.ShoppingCart" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="Images" EntityType="SEPMRA_SHOP.Image" sap:label="Images" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><AssociationSet Name="assoc_208ED98FB2F5D3AF65A1FE0A798454F8" Association="SEPMRA_SHOP.assoc_208ED98FB2F5D3AF65A1FE0A798454F8" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_Product" Role="FromRole_assoc_208ED98FB2F5D3AF65A1FE0A798454F8"/><End EntitySet="SEPMRA_C_Shop_ReviewPost" Role="ToRole_assoc_208ED98FB2F5D3AF65A1FE0A798454F8"/></AssociationSet><AssociationSet Name="assoc_5C2F99BE89435F74E412286BFF263515" Association="SEPMRA_SHOP.assoc_5C2F99BE89435F74E412286BFF263515" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ShoppingCartItem" Role="FromRole_assoc_5C2F99BE89435F74E412286BFF263515"/><End EntitySet="I_Currency" Role="ToRole_assoc_5C2F99BE89435F74E412286BFF263515"/></AssociationSet><AssociationSet Name="ProductImagesSet" Association="SEPMRA_SHOP.ProductImages" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="Products" Role="FromRole_ProductImages"/><End EntitySet="Images" Role="ToRole_ProductImages"/></AssociationSet><AssociationSet Name="assoc_AFB23EAE9FBD5055C1EF17CE91C9F441" Association="SEPMRA_SHOP.assoc_AFB23EAE9FBD5055C1EF17CE91C9F441" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_Product" Role="FromRole_assoc_AFB23EAE9FBD5055C1EF17CE91C9F441"/><End EntitySet="SEPMRA_C_Shop_ReviewHistogram" Role="ToRole_assoc_AFB23EAE9FBD5055C1EF17CE91C9F441"/></AssociationSet><AssociationSet Name="ProductReviewsSet" Association="SEPMRA_SHOP.ProductReviews" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="Products" Role="FromRole_ProductReviews"/><End EntitySet="Reviews" Role="ToRole_ProductReviews"/></AssociationSet><AssociationSet Name="ProductsSupplierSet" Association="SEPMRA_SHOP.ProductsSupplier" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="Suppliers" Role="FromRole_ProductsSupplier"/><End EntitySet="Products" Role="ToRole_ProductsSupplier"/></AssociationSet><AssociationSet Name="assoc_3873A0FF5576080393BCD687FFEEF041" Association="SEPMRA_SHOP.assoc_3873A0FF5576080393BCD687FFEEF041" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_Product" Role="FromRole_assoc_3873A0FF5576080393BCD687FFEEF041"/><End EntitySet="SEPMRA_C_Shop_Supplier" Role="ToRole_assoc_3873A0FF5576080393BCD687FFEEF041"/></AssociationSet><AssociationSet Name="ShoppingCartItemProductSet" Association="SEPMRA_SHOP.ShoppingCartItemProduct" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ShoppingCartItems" Role="FromRole_ShoppingCartItemProduct"/><End EntitySet="Products" Role="ToRole_ShoppingCartItemProduct"/></AssociationSet><AssociationSet Name="ProductReviewAggregatesSet" Association="SEPMRA_SHOP.ProductReviewAggregates" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="Products" Role="FromRole_ProductReviewAggregates"/><End EntitySet="ReviewAggregates" Role="ToRole_ProductReviewAggregates"/></AssociationSet><AssociationSet Name="SubCategoryMainCategoriesSet" Association="SEPMRA_SHOP.SubCategoryMainCategories" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="MainCategories" Role="FromRole_SubCategoryMainCategories"/><End EntitySet="SubCategories" Role="ToRole_SubCategoryMainCategories"/></AssociationSet><AssociationSet Name="assoc_7106E6892548E30B5F48EA8082F07BCF" Association="SEPMRA_SHOP.assoc_7106E6892548E30B5F48EA8082F07BCF" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_CurrentUser" Role="FromRole_assoc_7106E6892548E30B5F48EA8082F07BCF"/><End EntitySet="SEPMRA_C_Shop_ShoppingCart" Role="ToRole_assoc_7106E6892548E30B5F48EA8082F07BCF"/></AssociationSet><AssociationSet Name="assoc_AB5A5A96F63C61FE207703DBAF28105C" Association="SEPMRA_SHOP.assoc_AB5A5A96F63C61FE207703DBAF28105C" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_Product" Role="FromRole_assoc_AB5A5A96F63C61FE207703DBAF28105C"/><End EntitySet="SEPMRA_C_Shop_ProductImage" Role="ToRole_assoc_AB5A5A96F63C61FE207703DBAF28105C"/></AssociationSet><AssociationSet Name="assoc_E2296F4698B87D4E82E9631BA717BE2D" Association="SEPMRA_SHOP.assoc_E2296F4698B87D4E82E9631BA717BE2D" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ShoppingCartItem" Role="FromRole_assoc_E2296F4698B87D4E82E9631BA717BE2D"/><End EntitySet="SEPMRA_C_Shop_Product" Role="ToRole_assoc_E2296F4698B87D4E82E9631BA717BE2D"/></AssociationSet><AssociationSet Name="ShoppingCartShoppingCartItemsSet" Association="SEPMRA_SHOP.ShoppingCartShoppingCartItems" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ShoppingCarts" Role="FromRole_ShoppingCartShoppingCartItems"/><End EntitySet="ShoppingCartItems" Role="ToRole_ShoppingCartShoppingCartItems"/></AssociationSet><AssociationSet Name="assoc_340A2E810D0FD6B0707058BB74AD856D" Association="SEPMRA_SHOP.assoc_340A2E810D0FD6B0707058BB74AD856D" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ShoppingCart" Role="FromRole_assoc_340A2E810D0FD6B0707058BB74AD856D"/><End EntitySet="SEPMRA_C_Shop_ShoppingCartItem" Role="ToRole_assoc_340A2E810D0FD6B0707058BB74AD856D"/></AssociationSet><AssociationSet Name="ProductSubCategorySet" Association="SEPMRA_SHOP.ProductsSubCategory" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SubCategories" Role="FromRole_ProductsSubCategory"/><End EntitySet="Products" Role="ToRole_ProductsSubCategory"/></AssociationSet><AssociationSet Name="assoc_A408DFECCF5809EBC3F43AFBBF177D80" Association="SEPMRA_SHOP.assoc_A408DFECCF5809EBC3F43AFBBF177D80" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ShoppingCart" Role="FromRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80"/><End EntitySet="SEPMRA_I_QuantityUnit" Role="ToRole_assoc_A408DFECCF5809EBC3F43AFBBF177D80"/></AssociationSet><AssociationSet Name="assoc_DA9026273EEB685AAB26E308D0A2CA4A" Association="SEPMRA_SHOP.assoc_DA9026273EEB685AAB26E308D0A2CA4A" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ShoppingCart" Role="FromRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A"/><End EntitySet="I_Currency" Role="ToRole_assoc_DA9026273EEB685AAB26E308D0A2CA4A"/></AssociationSet><AssociationSet Name="assoc_A8599E4AD496CFE24D6E75A12B720A13" Association="SEPMRA_SHOP.assoc_A8599E4AD496CFE24D6E75A12B720A13" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ShoppingCart" Role="FromRole_assoc_A8599E4AD496CFE24D6E75A12B720A13"/><End EntitySet="SEPMRA_I_Employee" Role="ToRole_assoc_A8599E4AD496CFE24D6E75A12B720A13"/></AssociationSet><AssociationSet Name="assoc_FBB9B15E8CF7BC202D51F737097AC0A1" Association="SEPMRA_SHOP.assoc_FBB9B15E8CF7BC202D51F737097AC0A1" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_CurrentUser" Role="FromRole_assoc_FBB9B15E8CF7BC202D51F737097AC0A1"/><End EntitySet="SEPMRA_C_Shop_ShoppingCartItem" Role="ToRole_assoc_FBB9B15E8CF7BC202D51F737097AC0A1"/></AssociationSet><AssociationSet Name="assoc_3500426F261B5CFFB561F9FA53DB02A4" Association="SEPMRA_SHOP.assoc_3500426F261B5CFFB561F9FA53DB02A4" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ReviewPost" Role="FromRole_assoc_3500426F261B5CFFB561F9FA53DB02A4"/><End EntitySet="SEPMRA_C_Shop_Product" Role="ToRole_assoc_3500426F261B5CFFB561F9FA53DB02A4"/></AssociationSet><AssociationSet Name="assoc_6411D547185EDB4DFC26B01DE0122FC5" Association="SEPMRA_SHOP.assoc_6411D547185EDB4DFC26B01DE0122FC5" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SEPMRA_C_Shop_ShoppingCartItem" Role="FromRole_assoc_6411D547185EDB4DFC26B01DE0122FC5"/><End EntitySet="SEPMRA_I_QuantityUnit" Role="ToRole_assoc_6411D547185EDB4DFC26B01DE0122FC5"/></AssociationSet><FunctionImport Name="AddProductToShoppingCart" ReturnType="SEPMRA_SHOP.ShoppingCartItem" EntitySet="ShoppingCartItems" m:HttpMethod="POST"><Parameter Name="ProductId" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="BuyShoppingCart" ReturnType="SEPMRA_SHOP.ShoppingCart" EntitySet="ShoppingCarts" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.ShoppingCart"/><FunctionImport Name="SEPMRA_C_Shop_ProductActivation" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Activation_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductCopy" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Copy_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductDelete" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Delete_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductEdit" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Edit_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/><Parameter Name="PreserveChanges" Type="Edm.Boolean" Mode="In" Nullable="true"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductFavorites_add" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Favorites_add_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductFavorites_remove" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Favorites_remove_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductFavorites_toggle" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Favorites_toggle_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductMycart_add" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Mycart_add_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductPreparation" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Preparation_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductReview_delete" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Review_delete_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductReview_helpful" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType"><Parameter Name="Productreviewpostuuid" Type="Edm.Guid" Mode="In"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductReview_modify" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" EntitySet="SEPMRA_C_Shop_Product" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Review_modify_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/><Parameter Name="Reviewratingvalue" Type="Edm.Byte" Mode="In"/><Parameter Name="Reviewposttext" Type="Edm.String" Mode="In"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ProductValidation" ReturnType="SEPMRA_SHOP.ValidationFunctionResult" m:HttpMethod="GET" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" sap:applicable-path="Validation_ac"><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ShoppingCartAddproduct" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" EntitySet="SEPMRA_C_Shop_ShoppingCart" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" sap:applicable-path="Addproduct_ac"><Parameter Name="ShoppingCartUUID" Type="Edm.Guid" Mode="In"/><Parameter Name="Product" Type="Edm.String" Mode="In" MaxLength="10"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ShoppingCartCheckout" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" EntitySet="SEPMRA_C_Shop_ShoppingCart" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" sap:applicable-path="Checkout_ac"><Parameter Name="ShoppingCartUUID" Type="Edm.Guid" Mode="In"/></FunctionImport><FunctionImport Name="SEPMRA_C_Shop_ShoppingCartGetinstance" ReturnType="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" EntitySet="SEPMRA_C_Shop_ShoppingCart" m:HttpMethod="POST" sap:action-for="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType"/></EntityContainer><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType/WeightUnit" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType/Supplier" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Supplier"/><PropertyValue Property="CollectionPath" String="SEPMRA_C_Shop_Supplier"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="Supplier"/><PropertyValue Property="ValueListProperty" String="Supplier"/></Record><Record Type="Common.ValueListParameterDisplayOnly"><PropertyValue Property="ValueListProperty" String="CompanyName"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType/ProductCategory" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType/DimensionUnit" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_SHOP_Entities/SEPMRA_C_Shop_Product" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.DraftRoot"><Record><PropertyValue Property="ActivationAction" String="SEPMRA_SHOP.SEPMRA_SHOP_Entities/SEPMRA_C_Shop_ProductActivation"/><PropertyValue Property="EditAction" String="SEPMRA_SHOP.SEPMRA_SHOP_Entities/SEPMRA_C_Shop_ProductEdit"/><PropertyValue Property="PreparationAction" String="SEPMRA_SHOP.SEPMRA_SHOP_Entities/SEPMRA_C_Shop_ProductPreparation"/><PropertyValue Property="ValidationFunction" String="SEPMRA_SHOP.SEPMRA_SHOP_Entities/SEPMRA_C_Shop_ProductValidation"/></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ReviewPostType/Product" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Product"/><PropertyValue Property="CollectionPath" String="SEPMRA_C_Shop_Product"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="Product"/><PropertyValue Property="ValueListProperty" String="Product"/></Record><Record Type="Common.ValueListParameterDisplayOnly"><PropertyValue Property="ValueListProperty" String="ProductName"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType/Owner" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Employee"/><PropertyValue Property="CollectionPath" String="SEPMRA_I_Employee"/><PropertyValue Property="SearchSupported" Bool="false"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="Owner"/><PropertyValue Property="ValueListProperty" String="Employee"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType/CompanyCurrency" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Currency"/><PropertyValue Property="CollectionPath" String="I_Currency"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="CompanyCurrency"/><PropertyValue Property="ValueListProperty" String="Currency"/></Record><Record Type="Common.ValueListParameterDisplayOnly"><PropertyValue Property="ValueListProperty" String="Currency_Text"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType/QuantityUnit" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Quantity Unit"/><PropertyValue Property="CollectionPath" String="SEPMRA_I_QuantityUnit"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="QuantityUnit"/><PropertyValue Property="ValueListProperty" String="UnitOfMeasure"/></Record><Record Type="Common.ValueListParameterDisplayOnly"><PropertyValue Property="ValueListProperty" String="UnitOfMeasure_Text"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType/Product" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Product"/><PropertyValue Property="CollectionPath" String="SEPMRA_C_Shop_Product"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="Product"/><PropertyValue Property="ValueListProperty" String="Product"/></Record><Record Type="Common.ValueListParameterDisplayOnly"><PropertyValue Property="ValueListProperty" String="ProductName"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType/QuantityUnit" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Quantity Unit"/><PropertyValue Property="CollectionPath" String="SEPMRA_I_QuantityUnit"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="QuantityUnit"/><PropertyValue Property="ValueListProperty" String="UnitOfMeasure"/></Record><Record Type="Common.ValueListParameterDisplayOnly"><PropertyValue Property="ValueListProperty" String="UnitOfMeasure_Text"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType/CompanyCurrency" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.ValueList"><Record><PropertyValue Property="Label" String="Currency"/><PropertyValue Property="CollectionPath" String="I_Currency"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="Common.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="CompanyCurrency"/><PropertyValue Property="ValueListProperty" String="Currency"/></Record><Record Type="Common.ValueListParameterDisplayOnly"><PropertyValue Property="ValueListProperty" String="Currency_Text"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ProductType" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.SemanticKey"><Collection><PropertyPath>Product</PropertyPath></Collection></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ProductImageType" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.SemanticKey"><Collection><PropertyPath>ProductImage</PropertyPath><PropertyPath>Product</PropertyPath></Collection></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartType" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.SemanticKey"><Collection><PropertyPath>Owner</PropertyPath></Collection></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_ShoppingCartItemType" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.SemanticKey"><Collection><PropertyPath>ShoppingCartUUID</PropertyPath></Collection></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_C_Shop_SupplierType" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.SemanticKey"><Collection><PropertyPath>Supplier</PropertyPath></Collection></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.SEPMRA_I_QuantityUnitType" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.SemanticKey"><Collection><PropertyPath>UnitOfMeasure</PropertyPath></Collection></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.Product/MainCategoryId" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="com.sap.vocabularies.Common.v1.ValueList"><Record><PropertyValue Property="CollectionPath" String="MainCategories"/><PropertyValue Property="SearchSupported" Bool="true"/><PropertyValue Property="Parameters"><Collection><Record Type="com.sap.vocabularies.Common.v1.ValueListParameterInOut"><PropertyValue Property="LocalDataProperty" PropertyPath="MainCategoryId"/><PropertyValue Property="ValueListProperty" String="Id"/></Record><Record Type="com.sap.vocabularies.Common.v1.ValueListParameterOut"><PropertyValue Property="LocalDataProperty" PropertyPath="MainCategoryName"/><PropertyValue Property="ValueListProperty" String="Name"/></Record></Collection></PropertyValue></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.Product" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="Common.SemanticKey"><Collection><PropertyPath>Id</PropertyPath></Collection></Annotation><Annotation Term="Common.SemanticObject" String="EPMProduct"/><Annotation Term="UI.HeaderInfo"><Record><PropertyValue Property="TypeName" String="Product"/><PropertyValue Property="TypeNamePlural" String="Products"/><PropertyValue Property="Title"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="Name"/></Record></PropertyValue><PropertyValue Property="Description"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="Id"/></Record></PropertyValue><PropertyValue Property="ImageUrl" Path="ImageUrl"/></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.Review" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="UI.HeaderInfo"><Record><PropertyValue Property="TypeName" String="Review"/><PropertyValue Property="TypeNamePlural" String="Reviews"/><PropertyValue Property="Title"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="UserDisplayName"/></Record></PropertyValue><PropertyValue Property="Description"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="Comment"/></Record></PropertyValue><PropertyValue Property="TypeImageUrl" String="sap-icon://comment"/></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.ShoppingCart" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="UI.HeaderInfo"><Record><PropertyValue Property="TypeName" String="Shopping Cart"/><PropertyValue Property="TypeNamePlural" String="Shopping Carts"/><PropertyValue Property="Title"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="FormattedCustomerName"/></Record></PropertyValue><PropertyValue Property="Description"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="Total"/></Record></PropertyValue><PropertyValue Property="TypeImageUrl" String="sap-icon://cart"/></Record></Annotation></Annotations><Annotations Target="SEPMRA_SHOP.ShoppingCartItem" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Annotation Term="UI.HeaderInfo"><Record><PropertyValue Property="TypeName" String="Shopping Cart Item"/><PropertyValue Property="TypeNamePlural" String="Shopping Cart Items"/><PropertyValue Property="Title"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="Product/Name"/></Record></PropertyValue><PropertyValue Property="Description"><Record Type="UI.DataField"><PropertyValue Property="Value" Path="SubTotal"/></Record></PropertyValue><PropertyValue Property="TypeImageUrl" String="sap-icon://cart-5"/><PropertyValue Property="ImageUrl" Path="Product/ImageUrl"/></Record></Annotation></Annotations><atom:link rel="self" href="https://sapes5.sapdevcenter.com/sap/opu/odata/sap/SEPMRA_SHOP/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/><atom:link rel="latest-version" href="https://sapes5.sapdevcenter.com/sap/opu/odata/sap/SEPMRA_SHOP/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/></Schema></edmx:DataServices></edmx:Edmx>