Back to Home Page

This is Jennifer Dicks's resume expressed in the XML language. The table expresses the XML tags used and the descriptions of each. How the XML language would look is below the table. At the bottom of the page is a tree expressing the hierarchy of the resume.

XML Tag Description
<resume> ... </resume> This document is Jenn's Resume
<name1> ... </name1> Name on resume: Jennifer Dicks
<home address> ... </home address> Home address
<education> ... </education> Places where I went to school
<education1> ... </education1> One school that I have attended
<name2> ... </name2> Name of one school
<school address1> ... </school address1> Address of one school
<major1> ... </major1> Major at the first school
<start date1> ... </start date1> Start date of the first school
<end date1> ... </end date1> End date of the first school
<education2> ... </education2> Another school I've gone to
<name3> ... </name3> Name of the second school
<school address2> ... </school address2> Address of the second school
<major2> ... </major2> Major at the second school
<start date2> ... </start date2> Start date of the second school
<end date2> ... </end date2> End date of the second school
<employment> ... </employment> Places I have worked
<employment1> ... </employment1> One place I have worked
<name4> ... </name4> Name of the first company
<work address1> ... </work address1> Address of the first company
<department1> ... </department1> Department I worked in at the first company
<start date3> ... </start date3> Start date of work at the first company
<end date3> ... </end date3> End date of work at the first company
<task1> ... </task1> A task I fulfilled at work at the first company
<task2> ... </task2> Another task I fulfilled at the first company
<employment2> ... </employment2> Another place I worked
<name5> ... </name5> Name of the second company that I worked for
<work address2> ... </work address2> Address of the second company that I worked for
<department2> ... </department2> Department I worked in at the second company
<start date4> ... </start date4> Date I started work for the second company
<end date4> ... </end date4> Date I ended work for the second company
<task3> ... </task3> A task I fulfilled at the second company
<task4> ... </task4> Another task I fulfilled at the second company

Table 1. This table displays the XML tags used and their descriptions.




<resume>
	<name> Jennifer Dicks </name> 
	<home address> University View, College Park, MD 20740 </home address>
	<education>  
		<education1>
			<name2> University of Maryland, College Park </name2>
			<school address1> College Park, MD 20740 </school address1>
			<major1> Civil Engineering </major1>
			<start date1> August 2009 </start date1>
			<end date1> Present </end date1>
		</education1>
		<education2>
			<name3> Frostburg State University </name3>
			<school address2> Frostburg, MD 21532 </school address2>		
			<major2> Engineering </major2>
			<start date2> August 2007 </start date2>
			<end date2> May 2009 </end date2>
		</education2>
	</education>
	<employment>
		<employment1>
			<name4> Alliant Techsystems Inc. </name4>
			<work address1> Rocket Center, West Virginia </work address1>
			<department1> Facilities </department1>
			<start date3> May 2009 </start date3>
			<end date3> August 2009 </end date3>
			<task1> Supervised and recorded progress of construstion on plant. </task1>
			<task2> Designed future projects with other engineers and calcuated the dimensions and amount of materials needed for the projects. </task2>
		</employment1>
		<employment2>
			<name5> Alliant Techsystems Inc. </name5>
			<work address2> Rocket Center, West Virginia </work address2>
			<department2> Mission Assurance </department2>
			<start date4> June 2008 </start date4>
			<end date4> August 2008 </end date4>
			<task3> Developed and analyzed data in Microsoft Excel spreadsheets, involving production and product results, and organized paperwork. </task3>
			<task4> Performed calibrations on instruments. </task4>
		</employment2>
	</employment>
</resume>