<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="dictionary.xsl"?>
<!--A simple dictionary for COIN78 linked to an XSL Stylesheet-->

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

