-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathfileXML.xml
More file actions
31 lines (27 loc) · 908 Bytes
/
fileXML.xml
File metadata and controls
31 lines (27 loc) · 908 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<People>
<Person Id="1" type="teacher">
<FirstName>Fernando</FirstName>
<LastName>Chacon</LastName>
<Email>francofer7775@gmail.com</Email>
</Person>
<Person Id="2" type="director">
<FirstName>Vinitri</FirstName>
<LastName>Leal</LastName>
<Email>Vinitrileal@yahoo.com</Email>
</Person>
<Person Id="3" type="student">
<FirstName>Paty</FirstName>
<LastName>Acevedo</LastName>
<Email>paty.Acevedo@yahoo.com</Email>
</Person>
<Person Id="4" type="student">
<FirstName>Guillermo</FirstName>
<LastName>Acevedo</LastName>
<Email>guillermo.Acevedo@yahoo.com</Email>
</Person>
<Person Id="5" type="student">
<FirstName>Joaquin</FirstName>
<LastName>Lopez</LastName>
<Email>joaquin.lopez@yahoo.com</Email>
</Person>