﻿<?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:v="urn:schemas-microsoft-com:vml" 	
	xmlns:w10="urn:schemas-microsoft-com:office:word" 
	xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" 				xmlns:aml="http://schemas.microsoft.com/aml/2001/core" 
	xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" 	
	xmlns:o="urn:schemas-microsoft-com:office:office" 
	xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" 			xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" 
	w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve">

<w:body>
	<w:p>
		<w:r>
			<w:t>Simplest mulige dokument</w:t>
		</w:r>
	</w:p>
</w:body>
</w:wordDocument>