-
Notifications
You must be signed in to change notification settings - Fork 4
/
instructor.xml
25 lines (25 loc) · 872 Bytes
/
instructor.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
<?xml version='1.0' encoding='utf-8'?>
<InstructorsRoot>
<File>
<Item instructor="1">
<instructorID>600000</instructorID>
<firstName>John</firstName>
<lastName>Cena</lastName>
<rank>Professor</rank>
<age>46</age>
<university>MacEwan University</university>
<faculty>Faculty of Arts and Science</faculty>
<gender>male</gender>
</Item>
<Item instructor="2">
<instructorID>600001</instructorID>
<firstName>Chael</firstName>
<lastName>Sonnen</lastName>
<rank>Professor</rank>
<age>50</age>
<university>MacEwan University</university>
<faculty>Faculty of Phsyical Education</faculty>
<gender>male</gender>
</Item>
</File>
</InstructorsRoot>