<?xml version="1.0" encoding="UTF-8"?>
<tests outcome="FAIL|PASS">
	<moki>file:///...</moki>
	<test name="...">
		...
	</test>
	<test name="FOO" outcome="FAIL|PASS">
		<result name="FOO-1" outcome="FAIL|WARN">
			<info>
				FOO is wrong.
			</info>
			<position tidied="true|false"
								url="..."
								mokiID="..."
								type="general|header|linecol|byte">
									<name>accept</name>
									<!-- or -->
									<line>10</line>
									<col>3</col>
								 	<!-- or -->
									<byte>783</byte>
			</position>
			<code>
				...foo...
			</code>
		</result>
		<result name="FOO-X" outcome="...">
			...
		</result>
	</test>
</tests>
