﻿<?xml version="1.0"?>
<!-- ________________________________________ -->
<!--                                          -->
<!-- ZoomTek 2009 - Testdata til undervisning -->
<!-- _______ Simplest mulige dokument _______ -->
<!-- ________________________________________ -->
<!--                                          -->

<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:o="urn:schemas-microsoft-com:office:office">
<o:documentProperties>
	<o:author>Emil fra Lønneberg</o:author>
	<o:version>45</o:version>
</o:documentProperties>
<w:body>
	<w:p>
		<w:r>
			<w:t>Simplest mulige dokument</w:t>
		</w:r>
	</w:p>
</w:body>
</w:wordDocument>