-
Notifications
You must be signed in to change notification settings - Fork 1
/
hrExampleImport.xml
111 lines (111 loc) · 3.46 KB
/
hrExampleImport.xml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8"?>
<hrmanifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/rSmart/ce-tech-docs/tree/master/v2_0
https://raw.github.com/rSmart/ce-tech-docs/master/v2_0/hrmanifest.xsd"
xmlns="https://github.com/rSmart/ce-tech-docs/tree/master/v2_0"
schemaVersion="2.0"
reportDate="2013-05-20T13:03:00"
recordCount="1">
<records>
<record principalId="0001" principalName="jdoe">
<affiliations>
<affiliation affiliationType="FCLTY"
campus="MN"
default="true"
active="true">
<employment employeeStatus="A"
employeeType="P"
baseSalaryAmount="50180"
primaryDepartment="MATH"
employeeId="092001234"
primaryEmployment="true"/>
</affiliation>
</affiliations>
<addresses>
<address addressTypeCode="HM"
addressLine1="1234 E. Main St."
addressLine2="Apt. 8C"
city="Minneapolis"
stateOrProvince="MN"
postalCode="34567"
country="US"
default="true"
active="true" />
</addresses>
<names>
<name nameCode="PRM"
prefix="Mr"
firstName="Jonathon"
middleName="R"
lastName="Doe"
default="true"
active="true" />
</names>
<phones>
<phone phoneType="WRK"
phoneNumber="204-391-1101"
country="US"
default="true"
active="true" />
<phone phoneType="HM"
phoneNumber="204-718-3221"
country="US"
active="true" />
</phones>
<emails>
<email emailType="WRK"
emailAddress="jdoe@university.edu"
default="true"
active="true" />
</emails>
<kcExtendedAttributes county="Maricopa"
ageByFiscalYear="52"
race="CAUCASIAN"
educationLevel="PHD"
degree="Doctor of Psychology"
major="MATHEMATICS"
handicapped="true"
handicapType="TODO Need a better handicapType example"
veteran="true"
veteranType="A"
visa="true"
visaCode="TODO need a better visaCode example"
visaType="TODO need a better visaType example"
visaRenewalDate="2013-12-25"
officeLocation="503 Carter Hall"
secondaryOfficeLocation="88 Regan Hall"
school="MATH"
yearGraduated="1983"
directoryDepartment="MATH"
directoryTitle="Master of the Universe"
primaryTitle="Leader of the Evil Horde"
vacationAccrual="true"
idProvided="John_Doe"
idVerified="John_Doe_Verified"
multiCampusPrincipalId="0002"
multiCampusPrincipalName="jdoe2"
onSabbatical="true"
citizenshipType="1"
salaryAnniversaryDate="2010-01-01"/>
<degrees>
<degree degree="PhD"
degreeCode="DD"
graduationYear="1983"
fieldOfStudy="Mathematics"
specialization="non-linear algebra"
school="Texas A&M University"
schoolId="1234"
schoolIdCode="UMN" />
</degrees>
<appointments>
<appointment unitNumber="MATH"
jobCode="0010"
appointmentType="APP"
salary="50180"
startDate="2010-01-01"
jobTitle="Professor"
preferedJobTitle="Professor"/>
</appointments>
</record>
</records>
</hrmanifest>