Simple XML Resume






Keyword Design

PROBLEM STATMENT

The purpose of creating this XML language is so that possible employers can search for key words within my resume to easily find what they are looking for. My online resume includes:

  • Name
  • Contact Information
  • Home Address
  • School Address
  • Education
  • Employment
XML Tag Description
<resume> </resume> Table for resume information
<name> </name> Name
<home address> </home address> Home Address
<school address> </school address> School Address
<email > </email > E-mail
<major> </major> Major
<education> </education> Education to date
<highschool> </highschool > High School attended
<university > </university > University and expected graduation date
<employment> </employment> Previous Employment


Example of XML Mark up


<resume>
	<name> Megan Nolan </name>
	<home address> Mount Airy, Maryland 21771 </home 
address>
	<school address> 1111 Washington Hall, College Park, MD 
20742 </school address>
	<email> mnolan@umd.edu </email>
	<major> Civil Engineering </major>
	<edcuation> 
		<High School> Linganore High School 
2004-2008</High School>
		<University>University of Maryland 2008-2012 
</University>
	</education>
	<employment> Safeway, Inc. 2009
Nolan Associates, Inc. 2008 </employment> </resume>



Heirarchy

hierarchy chart