<?xml version="1.0"?>
<!--dictionary using mostly empty elements-->
<dictionary>
	<entry>
		<word value="apple" language="english"></word>
		<definition>a round, firm, edible fruit with a green, yellow, or red skin and small seeds.
  </definition>
		<grammar partofspeech="noun" quantity="singular" plural="s" form="regular"></grammar>
		<semantic parent="fruit"></semantic>
	</entry>
	<entry>
		<word value="costly" language="english"></word>
		<definition>costing much
  </definition>
		<grammar partofspeech="adjective" quantity="all" comparitive="costlier" superlative="costliest" form="irregular"></grammar>
		<semantic synonym="expensive"></semantic>
	</entry>
	<entry>
		<word value="walking" language="english"></word>
		<definition>that walks or is able to walk
  </definition>
		<grammar partofspeech="verb" quantity="all" tense="all" form="regular"></grammar>
		<semantic synonym="strolling"></semantic>
	</entry>
	<entry>
		<word value="may" language="english"></word>
		<definition>to be physically capable of doing
  </definition>
		<grammar partofspeech="auxiliary" quantity="all" tense="future" form="irregular"></grammar>
		<semantic meaning="permission"></semantic>
	</entry>
	<entry>
		<word value="the" language="english"></word>
		<definition>used to refer to a particular person, group or thing
  </definition>
		<grammar partofspeech="determiner" quantity="all" form="regular"></grammar>
	</entry>
</dictionary>

