<?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="R365.WebApi.Areas.v2.ViewModel" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Company"><Key><PropertyRef Name="companyId" /></Key><Property Name="companyId" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="companyNumber" Type="Edm.String" /><Property Name="comment" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="GlAccount"><Key><PropertyRef Name="glAccountId" /></Key><Property Name="glAccountAutoId" Type="Edm.Int64" /><Property Name="glAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="locationNumber" Type="Edm.String" /><Property Name="locationName" Type="Edm.String" /><Property Name="locationId" Type="Edm.Guid" /><Property Name="legalEntityNumber" Type="Edm.String" /><Property Name="legalEntityName" Type="Edm.String" /><Property Name="legalEntityId" Type="Edm.Guid" /><Property Name="attribute1Number" Type="Edm.String" /><Property Name="attribute1Name" Type="Edm.String" /><Property Name="attribute1Id" Type="Edm.Guid" /><Property Name="attribute2Number" Type="Edm.String" /><Property Name="attribute2Name" Type="Edm.String" /><Property Name="attribute2Id" Type="Edm.Guid" /><Property Name="name" Type="Edm.String" /><Property Name="glAccountNumber" Type="Edm.String" /><Property Name="glTypeClass" Type="Edm.Int32" /><Property Name="glType" Type="Edm.String" /><Property Name="operationalCategory" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="Item"><Key><PropertyRef Name="itemId" /></Key><Property Name="itemId" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="itemNumber" Type="Edm.String" /><Property Name="category1" Type="Edm.String" /><Property Name="category2" Type="Edm.String" /><Property Name="category3" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="Location"><Key><PropertyRef Name="locationId" /></Key><Property Name="locationId" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="locationNumber" Type="Edm.String" /><Property Name="legalEntityId" Type="Edm.Guid" /><Property Name="legalEntityNumber" Type="Edm.String" /><Property Name="legalEntityName" Type="Edm.String" /><Property Name="attribute1Id" Type="Edm.Guid" /><Property Name="attribute1Number" Type="Edm.String" /><Property Name="attribute1Name" Type="Edm.String" /><Property Name="attribute2Id" Type="Edm.Guid" /><Property Name="attribute2Number" Type="Edm.String" /><Property Name="attribute2Name" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="Transaction"><Key><PropertyRef Name="transactionId" /></Key><Property Name="transactionId" Type="Edm.Guid" Nullable="false" /><Property Name="locationId" Type="Edm.Guid" /><Property Name="locationName" Type="Edm.String" /><Property Name="date" Type="Edm.DateTimeOffset" /><Property Name="transactionNumber" Type="Edm.String" /><Property Name="name" Type="Edm.String" /><Property Name="type" Type="Edm.String" /><Property Name="companyId" Type="Edm.Guid" /><Property Name="rowVersion" Type="Edm.Int64" Nullable="false" /><Property Name="isApproved" Type="Edm.Boolean" Nullable="false" /><Property Name="isTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="Edm.String" /><Property Name="modifiedBy" Type="Edm.String" /></EntityType><EntityType Name="TransactionDetail"><Key><PropertyRef Name="transactionDetailId" /></Key><Property Name="transactionDetailAutoId" Type="Edm.Int64" /><Property Name="transactionDetailId" Type="Edm.Guid" Nullable="false" /><Property Name="transactionId" Type="Edm.Guid" Nullable="false" /><Property Name="locationId" Type="Edm.Guid" /><Property Name="glAccountId" Type="Edm.Guid" /><Property Name="itemId" Type="Edm.Guid" /><Property Name="credit" Type="Edm.Decimal" /><Property Name="debit" Type="Edm.Decimal" /><Property Name="amount" Type="Edm.Decimal" /><Property Name="quantity" Type="Edm.Decimal" /><Property Name="previousCountTotal" Type="Edm.Decimal" /><Property Name="adjustment" Type="Edm.Decimal" /><Property Name="unitOfMeasureName" Type="Edm.String" /><Property Name="bankReconciliation" Type="Edm.String" /><Property Name="bankDeposit" Type="Edm.String" /><Property Name="comment" Type="Edm.String" /><Property Name="rowType" Type="Edm.String" /><Property Name="rowVersion" Type="Edm.Int64" Nullable="false" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="Edm.String" /><Property Name="modifiedBy" Type="Edm.String" /></EntityType><EntityType Name="Employee"><Key><PropertyRef Name="employeeId" /></Key><Property Name="employeeId" Type="Edm.Guid" Nullable="false" /><Property Name="fullName" Type="Edm.String" /><Property Name="address1" Type="Edm.String" /><Property Name="address2" Type="Edm.String" /><Property Name="allowTextMessaging" Type="Edm.Boolean" /><Property Name="birthdayDay" Type="Edm.Int32" /><Property Name="birthdayMonth" Type="Edm.Int32" /><Property Name="city" Type="Edm.String" /><Property Name="firstName" Type="Edm.String" /><Property Name="hireDate" Type="Edm.DateTimeOffset" /><Property Name="lastName" Type="Edm.String" /><Property Name="middleName" Type="Edm.String" /><Property Name="mobilePhone" Type="Edm.String" /><Property Name="multipleLocations" Type="Edm.Int32" /><Property Name="payrollID" Type="Edm.String" /><Property Name="phoneNumber" Type="Edm.String" /><Property Name="posid" Type="Edm.String" /><Property Name="state" Type="Edm.String" /><Property Name="zipCode" Type="Edm.String" /><Property Name="employeeLink" Type="Edm.Guid" /><Property Name="primaryLocation_id" Type="Edm.Guid" /><Property Name="inactive" Type="Edm.Boolean" /><Property Name="email" Type="Edm.String" /><Property Name="birthday" Type="Edm.DateTimeOffset" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="JobTitle"><Key><PropertyRef Name="jobTitleId" /></Key><Property Name="jobTitleId" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="description" Type="Edm.String" /><Property Name="jobCode" Type="Edm.String" /><Property Name="payRate" Type="Edm.Decimal" /><Property Name="payRate_Base" Type="Edm.Decimal" /><Property Name="posid" Type="Edm.String" /><Property Name="glAccount_Id" Type="Edm.Guid" /><Property Name="location_Id" Type="Edm.Guid" /><Property Name="rating" Type="Edm.Int32" /><Property Name="excludeFromSchedule" Type="Edm.Boolean" /><Property Name="excludeFromPOSImport" Type="Edm.Boolean" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="LaborDetail"><Key><PropertyRef Name="laborId" /></Key><Property Name="laborId" Type="Edm.Guid" Nullable="false" /><Property Name="labor" Type="Edm.String" /><Property Name="dateWorked" Type="Edm.DateTimeOffset" /><Property Name="endTime" Type="Edm.DateTimeOffset" /><Property Name="hours" Type="Edm.Decimal" /><Property Name="payRate" Type="Edm.Decimal" /><Property Name="payrate_Base" Type="Edm.Decimal" /><Property Name="payrollStatus" Type="Edm.Int32" /><Property Name="startTime" Type="Edm.DateTimeOffset" /><Property Name="total" Type="Edm.Decimal" /><Property Name="total_Base" Type="Edm.Decimal" /><Property Name="employee_ID" Type="Edm.Guid" /><Property Name="r365Employee_ID" Type="Edm.Guid" /><Property Name="employeeJobTitle_ID" Type="Edm.Guid" /><Property Name="jobTitle_ID" Type="Edm.Guid" /><Property Name="location_ID" Type="Edm.Guid" /><Property Name="cateringEvent" Type="Edm.Guid" /><Property Name="tipDeclaredAmount" Type="Edm.Decimal" /><Property Name="employee" Type="Edm.String" /><Property Name="payrollID" Type="Edm.String" /><Property Name="jobTitle" Type="Edm.String" /><Property Name="dateWorkedDateText" Type="Edm.DateTimeOffset" /><Property Name="location" Type="Edm.String" /><Property Name="dailySalesSummaryId" Type="Edm.Guid" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="PosEmployee"><Key><PropertyRef Name="posEmployeeId" /></Key><Property Name="posEmployeeId" Type="Edm.Guid" Nullable="false" /><Property Name="fullName" Type="Edm.String" /><Property Name="posid" Type="Edm.String" /><Property Name="location_id" Type="Edm.Guid" /><Property Name="employee_id" Type="Edm.Guid" /><Property Name="createdBy" Type="Edm.String" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedBy" Type="Edm.String" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="SalesDetail"><Key><PropertyRef Name="salesdetailID" /></Key><Property Name="salesdetailID" Type="Edm.Guid" Nullable="false" /><Property Name="menuitem" Type="Edm.String" /><Property Name="amount" Type="Edm.Decimal" Nullable="false" /><Property Name="customerPOSText" Type="Edm.String" /><Property Name="date" Type="Edm.DateTimeOffset" /><Property Name="quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="void" Type="Edm.Boolean" /><Property Name="company" Type="Edm.Guid" /><Property Name="location" Type="Edm.Guid" /><Property Name="salesID" Type="Edm.Guid" /><Property Name="salesAccount" Type="Edm.String" /><Property Name="category" Type="Edm.String" /><Property Name="houseAccountTransaction" Type="Edm.Guid" /><Property Name="transactionDetailID" Type="Edm.Guid" /><Property Name="cateringEvent" Type="Edm.Guid" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /><Property Name="dailySalesSummaryId" Type="Edm.Guid" /><Property Name="menuItemId" Type="Edm.Int64" /><Property Name="createdBy" Type="Edm.String" /><Property Name="modifiedBy" Type="Edm.String" /></EntityType><EntityType Name="SalesEmployee"><Key><PropertyRef Name="salesId" /></Key><Property Name="salesId" Type="Edm.Guid" Nullable="false" /><Property Name="receiptNumber" Type="Edm.String" /><Property Name="checkNumber" Type="Edm.String" /><Property Name="comment" Type="Edm.String" /><Property Name="date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="dayOfWeek" Type="Edm.String" /><Property Name="dayPart" Type="Edm.String" /><Property Name="netSales" Type="Edm.Decimal" Nullable="false" /><Property Name="numberofGuests" Type="Edm.Int32" Nullable="false" /><Property Name="orderHour" Type="Edm.Int32" Nullable="false" /><Property Name="salesAmount" Type="Edm.Decimal" Nullable="false" /><Property Name="taxAmount" Type="Edm.Decimal" Nullable="false" /><Property Name="tipAmount" Type="Edm.Decimal" Nullable="false" /><Property Name="totalAmount" Type="Edm.Decimal" Nullable="false" /><Property Name="totalPayment" Type="Edm.Decimal" Nullable="false" /><Property Name="void" Type="Edm.Boolean" Nullable="false" /><Property Name="server" Type="Edm.String" /><Property Name="location" Type="Edm.Guid" /><Property Name="grossSales" Type="Edm.Decimal" Nullable="false" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /><Property Name="serviceType" Type="Edm.String" /><Property Name="dailySalesSummaryId" Type="Edm.Guid" /><Property Name="createdBy" Type="Edm.String" /><Property Name="modifiedBy" Type="Edm.String" /></EntityType><EntityType Name="SalesPayment"><Key><PropertyRef Name="salespaymentId" /></Key><Property Name="salespaymentId" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="amount" Type="Edm.Decimal" Nullable="false" /><Property Name="comment" Type="Edm.String" /><Property Name="customerPOSText" Type="Edm.String" /><Property Name="date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="isException" Type="Edm.Boolean" /><Property Name="missingreceipt" Type="Edm.Boolean" /><Property Name="company" Type="Edm.Guid" /><Property Name="location" Type="Edm.Guid" /><Property Name="paymenttype" Type="Edm.String" /><Property Name="salesID" Type="Edm.Guid" /><Property Name="houseAccountTransaction" Type="Edm.Guid" /><Property Name="transactionDetailID" Type="Edm.Guid" /><Property Name="cateringEvent" Type="Edm.Guid" /><Property Name="exclude" Type="Edm.Boolean" /><Property Name="createdOn" Type="Edm.DateTimeOffset" /><Property Name="modifiedOn" Type="Edm.DateTimeOffset" /><Property Name="dailySalesSummaryId" Type="Edm.Guid" /><Property Name="paymentGroup" Type="Edm.String" /><Property Name="createdBy" Type="Edm.String" /><Property Name="modifiedBy" Type="Edm.String" /></EntityType><EntityType Name="EntityDeleted"><Key><PropertyRef Name="entityDeletedId" /></Key><Property Name="entityDeletedId" Type="Edm.Int32" Nullable="false" /><Property Name="entityId" Type="Edm.Guid" /><Property Name="entityName" Type="Edm.String" /><Property Name="deletedOn" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="rowVersion" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="PayrollSummary"><Key><PropertyRef Name="employeeID" /></Key><Property Name="employeeID" Type="Edm.Guid" Nullable="false" /><Property Name="payrollID" Type="Edm.String" /><Property Name="location" Type="Edm.String" /><Property Name="locationNumber" Type="Edm.String" /><Property Name="jobCode" Type="Edm.String" /><Property Name="payRate" Type="Edm.Decimal" /><Property Name="regularHours" Type="Edm.Decimal" /><Property Name="overtimeHours" Type="Edm.Decimal" /><Property Name="doubleOvertime" Type="Edm.Decimal" /><Property Name="breakPenalty" Type="Edm.Decimal" /><Property Name="grossReceipts" Type="Edm.Decimal" /><Property Name="splitShiftPenalty" Type="Edm.Decimal" /><Property Name="chargeTips" Type="Edm.Decimal" /><Property Name="declaredTips" Type="Edm.Decimal" /><Property Name="percentageOfSales" Type="Edm.Decimal" /><Property Name="percent" Type="Edm.Decimal" /><Property Name="payrollStart" Type="Edm.DateTimeOffset" /><Property Name="payrollEnd" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="EmployeeLite"><Key><PropertyRef Name="employeeId" /></Key><Property Name="employeeId" Type="Edm.Guid" Nullable="false" /><Property Name="posEmployeeId" Type="Edm.String" /><Property Name="firstName" Type="Edm.String" /><Property Name="lastName" Type="Edm.String" /><Property Name="birthdate" Type="Edm.DateTimeOffset" /><Property Name="primaryLocation" Type="R365.WebApi.Areas.v2.ViewModel.PrimaryLocation" /><Property Name="primaryJob" Type="R365.WebApi.Areas.v2.ViewModel.PrimaryJob" /><Property Name="payRate" Type="Edm.Decimal" /><Property Name="paySchedule" Type="Edm.String" /><Property Name="inactive" Type="Edm.Boolean" /><Property Name="hireDate" Type="Edm.DateTimeOffset" /><Property Name="terminationDate" Type="Edm.DateTimeOffset" /><Property Name="payrollId" Type="Edm.String" /><Property Name="otherLocations" Type="Collection(R365.WebApi.Areas.v2.ViewModel.OtherLocation)" /><Property Name="otherJobs" Type="Collection(R365.WebApi.Areas.v2.ViewModel.OtherJob)" /></EntityType><EntityType Name="EmployeeLiteDto"><Key><PropertyRef Name="employeeId" /></Key><Property Name="employeeId" Type="Edm.Guid" Nullable="false" /><Property Name="posEmployeeId" Type="Edm.String" /><Property Name="firstName" Type="Edm.String" /><Property Name="lastName" Type="Edm.String" /><Property Name="birthdate" Type="Edm.DateTimeOffset" /><Property Name="primaryLocation" Type="R365.WebApi.Areas.v2.ViewModel.PrimaryLocation" /><Property Name="primaryJob" Type="R365.WebApi.Areas.v2.ViewModel.PrimaryJob" /><Property Name="payRate" Type="Edm.Decimal" /><Property Name="paySchedule" Type="Edm.String" /><Property Name="inactive" Type="Edm.Boolean" /><Property Name="hireDate" Type="Edm.DateTimeOffset" /><Property Name="terminationDate" Type="Edm.DateTimeOffset" /><Property Name="payrollId" Type="Edm.String" /><Property Name="otherJob" Type="R365.WebApi.Areas.v2.ViewModel.OtherJob" /><Property Name="otherLocation" Type="R365.WebApi.Areas.v2.ViewModel.OtherLocation" /></EntityType><EntityType Name="SalesEmployeeTax"><Key><PropertyRef Name="taxId" /></Key><Property Name="salesId" Type="Edm.Guid" Nullable="false" /><Property Name="taxId" Type="Edm.Int64" Nullable="false" /><Property Name="taxName" Type="Edm.String" /><Property Name="taxType" Type="Edm.String" /><Property Name="taxRate" Type="Edm.Decimal" /><Property Name="taxRateTotalAmount" Type="Edm.Decimal" /><Property Name="taxableAmount" Type="Edm.Decimal" /><Property Name="inclusiveTax" Type="Edm.Boolean" /><Property Name="taxExempt" Type="Edm.Boolean" /></EntityType><ComplexType Name="OtherLocation"><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="number" Type="Edm.String" /></ComplexType><ComplexType Name="PrimaryLocation"><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="number" Type="Edm.String" /></ComplexType><ComplexType Name="OtherJob"><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="code" Type="Edm.String" /></ComplexType><ComplexType Name="PrimaryJob"><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="name" Type="Edm.String" /><Property Name="code" Type="Edm.String" /><Property Name="department" Type="Edm.String" /></ComplexType><EntityContainer Name="Container"><EntitySet Name="Company" EntityType="R365.WebApi.Areas.v2.ViewModel.Company" /><EntitySet Name="GlAccount" EntityType="R365.WebApi.Areas.v2.ViewModel.GlAccount" /><EntitySet Name="Item" EntityType="R365.WebApi.Areas.v2.ViewModel.Item" /><EntitySet Name="Location" EntityType="R365.WebApi.Areas.v2.ViewModel.Location" /><EntitySet Name="Transaction" EntityType="R365.WebApi.Areas.v2.ViewModel.Transaction" /><EntitySet Name="TransactionDetail" EntityType="R365.WebApi.Areas.v2.ViewModel.TransactionDetail" /><EntitySet Name="Employee" EntityType="R365.WebApi.Areas.v2.ViewModel.Employee" /><EntitySet Name="JobTitle" EntityType="R365.WebApi.Areas.v2.ViewModel.JobTitle" /><EntitySet Name="LaborDetail" EntityType="R365.WebApi.Areas.v2.ViewModel.LaborDetail" /><EntitySet Name="PosEmployee" EntityType="R365.WebApi.Areas.v2.ViewModel.PosEmployee" /><EntitySet Name="SalesDetail" EntityType="R365.WebApi.Areas.v2.ViewModel.SalesDetail" /><EntitySet Name="SalesEmployee" EntityType="R365.WebApi.Areas.v2.ViewModel.SalesEmployee" /><EntitySet Name="SalesPayment" EntityType="R365.WebApi.Areas.v2.ViewModel.SalesPayment" /><EntitySet Name="EntityDeleted" EntityType="R365.WebApi.Areas.v2.ViewModel.EntityDeleted" /><EntitySet Name="PayrollSummary" EntityType="R365.WebApi.Areas.v2.ViewModel.PayrollSummary" /><EntitySet Name="EmployeeLite" EntityType="R365.WebApi.Areas.v2.ViewModel.EmployeeLite" /><EntitySet Name="EmployeeLiteDto" EntityType="R365.WebApi.Areas.v2.ViewModel.EmployeeLiteDto" /><EntitySet Name="MenuItemCategory" EntityType="R365.WebApi.Areas.v2.Models.MenuItemCategory" /><EntitySet Name="SalesEmployeeTax" EntityType="R365.WebApi.Areas.v2.ViewModel.SalesEmployeeTax"><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true" /><PropertyValue Property="RequiresFilter" Bool="true" /><PropertyValue Property="RequiredProperties"><Collection /></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>taxId</PropertyPath><PropertyPath>taxName</PropertyPath><PropertyPath>taxType</PropertyPath><PropertyPath>taxRate</PropertyPath><PropertyPath>taxRateTotalAmount</PropertyPath><PropertyPath>taxableAmount</PropertyPath><PropertyPath>inclusiveTax</PropertyPath><PropertyPath>taxExempt</PropertyPath></Collection></PropertyValue></Record></Annotation></EntitySet></EntityContainer></Schema><Schema Namespace="R365.WebApi.Areas.v2.Models" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="MenuItemCategory"><Key><PropertyRef Name="menuItemId" /></Key><Property Name="menuItemId" Type="Edm.Int64" Nullable="false" /><Property Name="menuId" Type="Edm.Guid" Nullable="false" /><Property Name="menuItemName" Type="Edm.String" /><Property Name="menuItemCategory1Id" Type="Edm.Guid" /><Property Name="menuItemCategory1" Type="Edm.String" /><Property Name="menuItemCategory2Id" Type="Edm.Guid" /><Property Name="menuItemCategory2" Type="Edm.String" /><Property Name="menuItemCategory3Id" Type="Edm.Guid" /><Property Name="menuItemCategory3" Type="Edm.String" /></EntityType></Schema></edmx:DataServices></edmx:Edmx>