-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTestEntry.xml
More file actions
41 lines (41 loc) · 2.03 KB
/
Copy pathTestEntry.xml
File metadata and controls
41 lines (41 loc) · 2.03 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
<?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="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>
<Employee xmlns="http://schemas.sage.com/dynamic/2007">
<Title>Production Technician - WC60</Title>
<NationalIdNumber>14417807</NationalIdNumber>
<ContactId>1209</ContactId>
<LoginId>adventure-works\guy1</LoginId>
<ManagerId>16</ManagerId>
<BirthDate>1972-05-15T00:00:00+00:00</BirthDate>
<MaritalStatus>False</MaritalStatus>
<Gender>False</Gender>
<HireDate>1996-07-31T00:00:00+00:00</HireDate>
<SalariedFlag>False</SalariedFlag>
<VacationHours>21</VacationHours>
<SickleaveHours>30</SickleaveHours>
<CurrentFlag>True</CurrentFlag>
<RowGuid>aae1d04a-c237-4974-b4d5-935247737718</RowGuid>
<ModifiedDate>2004-07-31T00:00:00+00:00</ModifiedDate>
<DirectReports deleteMissing="true">
<Employee sdata:key="1210">
<Title>Production Technician - WC61</Title>
<NationalIdNumber>14417808</NationalIdNumber>
</Employee>
<Employee sdata:key="1211">
<Title>Production Technician - WC62</Title>
<NationalIdNumber>14417809</NationalIdNumber>
</Employee>
</DirectReports>
</Employee>
</sdata:payload>
</entry>