-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTestEntryWithPrefix.xml
More file actions
42 lines (42 loc) · 2.2 KB
/
Copy pathTestEntryWithPrefix.xml
File metadata and controls
42 lines (42 loc) · 2.2 KB
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
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns:sme="http://schemas.sage.com/sdata/sme/2007"
xmlns:sdata="http://schemas.sage.com/sdata/2008/1"
xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005"
xmlns:aw="http://schemas.sage.com/dynamic/2007"
xmlns="http://www.w3.org/2005/Atom">
<id>http://localhost:8001/sdata/aw/dynamic/-/employees(1)</id>
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(1)?format=html" rel="alternate" type="text/html" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(1)" rel="self" type="application/atom+xml" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(1)" rel="edit" type="application/atom+xml" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(1)?format=atomentry" rel="via" type="application/atom+xml" title="" />
<published>0001-01-01T00:00:00+00:00</published>
<sdata:payload>
<aw:Employee xmlns="http://schemas.sage.com/dynamic/2007">
<aw:Title>Production Technician - WC60</aw:Title>
<aw:NationalIdNumber>14417807</aw:NationalIdNumber>
<aw:ContactId>1209</aw:ContactId>
<aw:LoginId>adventure-works\guy1</aw:LoginId>
<aw:ManagerId>16</aw:ManagerId>
<aw:BirthDate>1972-05-15T00:00:00+00:00</aw:BirthDate>
<aw:MaritalStatus>False</aw:MaritalStatus>
<aw:Gender>False</aw:Gender>
<aw:HireDate>1996-07-31T00:00:00+00:00</aw:HireDate>
<aw:SalariedFlag>False</aw:SalariedFlag>
<aw:VacationHours>21</aw:VacationHours>
<aw:SickleaveHours>30</aw:SickleaveHours>
<aw:CurrentFlag>True</aw:CurrentFlag>
<aw:RowGuid>aae1d04a-c237-4974-b4d5-935247737718</aw:RowGuid>
<aw:ModifiedDate>2004-07-31T00:00:00+00:00</aw:ModifiedDate>
<aw:DirectReports>
<aw:Employee sdata:key="1210">
<aw:Title>Production Technician - WC61</aw:Title>
<aw:NationalIdNumber>14417808</aw:NationalIdNumber>
</aw:Employee>
<aw:Employee sdata:key="1211">
<aw:Title>Production Technician - WC62</aw:Title>
<aw:NationalIdNumber>14417809</aw:NationalIdNumber>
</aw:Employee>
</aw:DirectReports>
</aw:Employee>
</sdata:payload>
</entry>