Skip to content

Commit 6611324

Browse files
authored
Create students.xml
1 parent 4419011 commit 6611324

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

xml/xsd/enumaration/students.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<students>
4+
5+
<student>
6+
<firstName>John</firstName>
7+
<lastName>Doe</lastName>
8+
<exam>
9+
<subject>Math</subject>
10+
<grade>D</grade>
11+
</exam>
12+
</student>
13+
14+
<student>
15+
<firstName>Jack</firstName>
16+
<lastName>Smith</lastName>
17+
<exam>
18+
<subject>Math</subject>
19+
<grade>A</grade>
20+
</exam>
21+
<exam>
22+
<subject>Biology</subject>
23+
<grade>A</grade>
24+
</exam>
25+
<exam>
26+
<subject>Literature</subject>
27+
<grade>B</grade>
28+
</exam>
29+
</student>
30+
31+
</students>

0 commit comments

Comments
 (0)