<?xml version="1.0" encoding="UTF-8"?>
<student xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		 xsi:noNamespaceSchemaLocation="student.xsd">
	<name>
  		<first>Justin</first>
  		<last>Parks</last>
	</name>
	<standing>Junior</standing>
	<major>CSMA</major>
</student>
