<server 
	xmlns="http://www.zachleat.com/Projects/gsqML" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.zachleat.com/Projects/gsqML gsqml-schema.xml">
	<name></name>
	<location>
		<ip></ip>
		<port>
			<game></game>
			<query></query>
		</port>
	</location>
	<game>
		<name></name>
		<version></version>
		<type>ctf|dm</type>
	</game>
	<access>public|passworded</access>
	<rules>
		
	</rules>
	<players>
		<player id="">
			<name></name>
			<kills></kills>
			<deaths></deaths>
			<score></score>
		</player>
		
	</players>
</server>
