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

