<?xml version='1.0' encoding='UTF-8'?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"><edmx:DataServices m:DataServiceVersion="1.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="default" xmlns="http://schemas.microsoft.com/ado/2008/09/edm"><EntityType Name="Order"><Key><PropertyRef Name="orderID"/></Key><Property Name="customerID" Type="Edm.Int32" Nullable="true"/><Property Name="orderDate" Type="Edm.DateTime" Nullable="true"/><Property Name="orderID" Type="Edm.Int32" Nullable="false"/><Property Name="shippedDate" Type="Edm.DateTime" Nullable="true"/></EntityType><EntityType Name="Payment"><Key><PropertyRef Name="id"/></Key><Property Name="amount" Type="Edm.Double" Nullable="true"/><Property Name="datePaid" Type="Edm.DateTime" Nullable="true"/><Property Name="dateRequested" Type="Edm.DateTime" Nullable="true"/><Property Name="id" Type="Edm.Int32" Nullable="false"/><Property Name="mechanismID" Type="Edm.Int32" Nullable="true"/><Property Name="status" Type="Edm.String" Nullable="true" MaxLength="255"/><Property Name="userID" Type="Edm.Int32" Nullable="true"/></EntityType><EntityType Name="OrderDetail"><Key><PropertyRef Name="orderID"/><PropertyRef Name="orderLine"/></Key><Property Name="orderID" Type="Edm.Int32" Nullable="false"/><Property Name="orderLine" Type="Edm.Int32" Nullable="false"/><Property Name="product" Type="Edm.String" Nullable="true" MaxLength="255"/><Property Name="quantity" Type="Edm.Int32" Nullable="true"/><Property Name="unitPrice" Type="Edm.Double" Nullable="true"/></EntityType><EntityType Name="Subcategory"><Key><PropertyRef Name="categoryID"/><PropertyRef Name="subcategoryIndex"/></Key><Property Name="categoryID" Type="Edm.String" Nullable="false" MaxLength="255"/><Property Name="subcategoryIndex" Type="Edm.Int32" Nullable="false"/><Property Name="subcategoryName" Type="Edm.String" Nullable="true" MaxLength="255"/></EntityType><EntityType Name="PaymentMechanism"><Key><PropertyRef Name="id"/></Key><Property Name="id" Type="Edm.Int32" Nullable="false"/><Property Name="name" Type="Edm.String" Nullable="true" MaxLength="255"/></EntityType><EntityType Name="Category"><Key><PropertyRef Name="categoryID"/></Key><Property Name="categoryID" Type="Edm.String" Nullable="false" MaxLength="255"/><Property Name="categoryName" Type="Edm.String" Nullable="true" MaxLength="255"/></EntityType><EntityContainer Name="defaultContainer" m:IsDefaultEntityContainer="true"><EntitySet Name="Orders" EntityType="default.Order"/><EntitySet Name="Payments" EntityType="default.Payment"/><EntitySet Name="OrderDetails" EntityType="default.OrderDetail"/><EntitySet Name="Subcategorys" EntityType="default.Subcategory"/><EntitySet Name="PaymentMechanisms" EntityType="default.PaymentMechanism"/><EntitySet Name="Categorys" EntityType="default.Category"/></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>