-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.txt
84 lines (84 loc) · 3.16 KB
/
meta.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<service xml:base="https://services.odata.org/V2/Northwind/Northwind.svc/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app">
<workspace>
<atom:title>Default</atom:title>
<collection href="Categories">
<atom:title>Categories</atom:title>
</collection>
<collection href="CustomerDemographics">
<atom:title>CustomerDemographics</atom:title>
</collection>
<collection href="Customers">
<atom:title>Customers</atom:title>
</collection>
<collection href="Employees">
<atom:title>Employees</atom:title>
</collection>
<collection href="Order_Details">
<atom:title>Order_Details</atom:title>
</collection>
<collection href="Orders">
<atom:title>Orders</atom:title>
</collection>
<collection href="Products">
<atom:title>Products</atom:title>
</collection>
<collection href="Regions">
<atom:title>Regions</atom:title>
</collection>
<collection href="Shippers">
<atom:title>Shippers</atom:title>
</collection>
<collection href="Suppliers">
<atom:title>Suppliers</atom:title>
</collection>
<collection href="Territories">
<atom:title>Territories</atom:title>
</collection>
<collection href="Alphabetical_list_of_products">
<atom:title>Alphabetical_list_of_products</atom:title>
</collection>
<collection href="Category_Sales_for_1997">
<atom:title>Category_Sales_for_1997</atom:title>
</collection>
<collection href="Current_Product_Lists">
<atom:title>Current_Product_Lists</atom:title>
</collection>
<collection href="Customer_and_Suppliers_by_Cities">
<atom:title>Customer_and_Suppliers_by_Cities</atom:title>
</collection>
<collection href="Invoices">
<atom:title>Invoices</atom:title>
</collection>
<collection href="Order_Details_Extendeds">
<atom:title>Order_Details_Extendeds</atom:title>
</collection>
<collection href="Order_Subtotals">
<atom:title>Order_Subtotals</atom:title>
</collection>
<collection href="Orders_Qries">
<atom:title>Orders_Qries</atom:title>
</collection>
<collection href="Product_Sales_for_1997">
<atom:title>Product_Sales_for_1997</atom:title>
</collection>
<collection href="Products_Above_Average_Prices">
<atom:title>Products_Above_Average_Prices</atom:title>
</collection>
<collection href="Products_by_Categories">
<atom:title>Products_by_Categories</atom:title>
</collection>
<collection href="Sales_by_Categories">
<atom:title>Sales_by_Categories</atom:title>
</collection>
<collection href="Sales_Totals_by_Amounts">
<atom:title>Sales_Totals_by_Amounts</atom:title>
</collection>
<collection href="Summary_of_Sales_by_Quarters">
<atom:title>Summary_of_Sales_by_Quarters</atom:title>
</collection>
<collection href="Summary_of_Sales_by_Years">
<atom:title>Summary_of_Sales_by_Years</atom:title>
</collection>
</workspace>
</service>