<?xml version="1.0" encoding="UTF-8"?>
<employees xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Persons.xsd">
	<person first="Vernon" last="Callaby" department="Administration" grade="C"/>
	<person first="Frank" last="Further" department="Administration" grade="D"/>
	<person first="Loby" last="Matise" department="Administration" grade="C"/>
	<person first="Joe" last="Martin" department="Marketing" grade="B"/>
	<person first="Susi" last="Sanna" department="Marketing" grade="C"/>
	<person first="Alex" last="Martin" department="IT &amp; Technical Support" grade="C"/>
	<person first="George" last="Hammer" department="IT &amp; Technical Support" grade="D"/>
	<person first="Jessica" last="Bander" department="IT &amp; Technical Support" grade="D"/>
	<person first="Lui" last="King" department="IT &amp; Technical Support" grade="D"/>
	<person first="Fred" last="Landis" department="Engineering" grade="C"/>
	<person first="Michelle" last="Butler" department="Engineering" grade="D"/>
	<person first="Ted" last="Little" department="Engineering" grade="D"/>
	<person first="Ann" last="Way" department="Engineering" grade="B"/>
	<person first="Liz" last="Gardner" department="Engineering" grade="D"/>
	<person first="Paul" last="Smith" department="Engineering" grade="C"/>
	<person first="Steve" last="Meier" department="Administration" grade="C"/>
	<person first="Theo" last="Bone" department="Administration" grade="D"/>
	<person first="Valentin" last="Bass" department="IT &amp; Technical Support" grade="C"/>
	<person first="Carl" last="Franken" department="IT &amp; Technical Support" grade="D"/>
	<person first="Mark" last="Rifkind" department="IT &amp; Technical Support" grade="B"/>
	<person first="Max" last=" Nafta" department="Marketing" grade="B"/>
	<person first="John" last="Kossuth" department="Marketing" grade="C"/>
	<person first="Jane" last="Mankell" department="Marketing" grade="C"/>
	<person first="Joshua" last="Hilton" department="Board of Directors" grade="A"/>
	<person first="Richard" last="Moss" department="Board of Directors" grade="A"/>
</employees>
