-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsv.xml
More file actions
35 lines (30 loc) · 684 Bytes
/
sv.xml
File metadata and controls
35 lines (30 loc) · 684 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
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<school>
<student>
<id>SV01</id>
<name>Nguyễn Thị Thanh Thúy</name>
<date>1997-12-20</date>
</student>
<student>
<id>SV02</id>
<name>Lê Thị Hồng Cầm</name>
<date>1998-01-21</date>
</student>
<student>
<id>SV03</id>
<name>Lê Thị Hồng Cầm</name>
<date>1997-11-11</date>
</student>
<enrollment>
<studentRef>SV01</studentRef>
<course>Toan101</course>
</enrollment>
<enrollment>
<studentRef>SV02</studentRef>
<course>Vatly203</course>
</enrollment>
<enrollment>
<studentRef>SV03</studentRef>
<course>Vatly203</course>
</enrollment>
</school>