The purpose of this XML language is to create an online version of my resume that possible employers can view and search through for information of interest. The online resume contains information on how to contact me, my education, my work experience, and the volunteer and extracuricular actitives I was/am involved in.
| XML Tage | Description | ||
|---|---|---|---|
| <resume> .... </resume> | Contains all contents for the resume | ||
| <contact> .... </contact> | Contains contact information for the resume owner | ||
| <name> .... </name> | Name of the resume owner; first="First Name", last="Last Name" | ||
| <address> .... </address> | Address of the resume owner; Street Address, City, State, Zip Code | ||
| <phone> .... </phone> | Phone number of resume owner | ||
| <email> .... </email> | Email address of resume owner | ||
| <education> .... </education> | Contains information regarding the education of the resume owner | ||
| <university> .... </university> | University of the resume owner | ||
| <major> .... </major> | Major of the resume owner | ||
| <program> .... </program> | Special program the resume owner is a part of | ||
| <scholorship> .... </scholorship> | Scholorship recieved by resume owner | ||
| <skill> .... </skill> | Contains information regarding the skills of the resume owner | ||
| <applications> .... </applications> | Computer applications the resume owner can use | ||
| <character> .... </character> | Useful character traits of the resume owner | ||
| <experience> .... </experience> | Contains information regarding employed experience of the resume owner | ||
| <position> .... </position> | Contains information regarding the position held by the resume owner | ||
| <title> .... </title> | Title of the position held by the resume owner | ||
| <year> .... </year> | Year started/Year finished - years resume owner held position | ||
| <company> .... </company> | Name of company resume owner worked at | ||
| <location> .... </location> | Location of the company; City, State | ||
| <description> .... </description> | Sentences describing what the resume owner did while working at the company | ||
| <activities> .... </activities> | Contains information regarding volunteer and extracurricular activities of the resume owner | ||
| <position> .... </position> | Position held by the resume owner | ||
| <title> .... </title> | Title of the position held by the resume owner | ||
| <year> .... </year> | Year started/Year finished - years resume owner held position | ||
| <organization> .... </organization> | Name of organization resume owner worked at | ||
| <location> .... </location> | Location of the organization; City, State | ||
| <description> .... </description> | Sentences describing what the resume owner did while working with the organization | ||
<resume> <contact> <name>first=Heungkook, last=Stephens</name> <address>3199 Ellicott Hall University of MD, College Park, MD 20742</address> <phone>443-878-6244</phone> <email>hsteph@umd.edu</email> </contact> <education> <university>University of Maryland College Park</university> <major>Civil and Environmental Engineering</major> <program>Honors Program</program> <scholarship>Bannerker/Key</scholarship> </education> <skill> <application>Microsoft Word</application> <application>Microsoft Excel</application> <character>Effective Leadership</character> <character>Teamwork</character> </skill> <experience> <position> <title>Summer Employee</title> <year>2009</year> <company>KAHR ARMS</company> <location>Worchester, MA</location> <description>Inspected gun parts</description> </position> </experience> <activities> <position> <title>Participant</title> <year>2007 - 2008</year> <organization>NextGen Academy</organization> <location>Seattle, WA</location> <description>Fulltime volunteering</description> </position> <position> <title>Volunteer</title> <year>2008 - 2009</year> <organization>Engineers Without Borders</organization> <location>College Park, MD</location> <description>Applied engineering skills</description> </position> </activities> </resume>