 
 
 
<?xml version="1.0" encoding="UTF-8"?>
<class name="12a" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="class_style.xsd">
	<student>
		<name>Ivan</name>
		<egn>8810021766</egn>
		<age>16</age>
		<gender>male</gender>
		<country>Bulgaria</country>
		<district>Vidin</district>
		<city>Vidin</city>
		<zip>3700</zip>
	</student>

	<student>
		<name>Gergana</name>
		<egn>8712021766</egn>
		<age>13</age>
		<gender>female</gender>
		<country>Bulgaria</country>
		<district>Vraca</district>
		<city>Vraca</city>
		<zip>1200</zip>
	</student>
</class>
