<?xml version="1.0" encoding="UTF-8"?>
<teams xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Teams.xsd">
	
	<team>
		<member id="ABE">
			<first>Andrew</first>
			<last>Bentinck</last>
			<email>a.bentinck@nanonull.com</email>
		</member>
		<member id="NED">
			<first>Nadia</first>
			<last>Edwards</last>
			<email>n.edwards@nanonull.com</email>
		</member>
		<member id="JED">
			<first>John</first>
			<last>Edwards</last>
			<email>j.edwards@nanonull.com</email>
		</member>
		<member id="JAS">
			<first>Janet</first>
			<last>Ashe</last>
			<email>j.ashe@nanonull.com</email>
		</member>
	</team>
</teams>
