<?xml version="1.0"?>
<!DOCTYPE dictionary SYSTEM "dictionary_empty.dtd">
<!--dictionary using mostly empty elements-->
<dictionary>
	<entry>
		<word value="apple"/>
		<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"/>
		<semantic parent="fruit"/>
	</entry>
	<entry>
		<word value="costly"/>
		<definition>costing much</definition>
		<grammar partofspeech="adjective" quantity="all" comparitive="costlier" superlative="costliest" form="irregular"/>
		<semantic synonym="expensive"/>
	</entry>
	<entry>
		<word value="walking"/>
		<definition>that walks or is able to walk</definition>
		<grammar partofspeech="verb" quantity="all" tense="all" form="regular"/>
		<semantic synonym="strolling"/>
	</entry>
	<entry>
		<word value="may"/>
		<definition>to be physically capable of doing</definition>
		<grammar partofspeech="auxiliary" quantity="all" tense="future" form="irregular"/>
		<semantic meaning="permission"/>
	</entry>
	<entry>
		<word value="the"/>
		<definition>used to refer to a particular person, group or thing</definition>
		<grammar partofspeech="determiner" quantity="all" form="regular"/>
	</entry>
</dictionary>

