This assignment is to create a XML language for the resume created in assignment 1 that would be used to describe entities within the resume.
| XML Tag | Description | ||
|---|---|---|---|
| <name> .... </name> | First and Last name of the person. | <Education> .... </Education> | Information on the education. |
| <Schools> .... </Schools> | List of the schools attended. | ||
| <Colleges> .... </Colleges> | List of the colleges attended. | ||
| <Contact> .... </Contact> | Contact information. | ||
| <Phone> .... </Phone> | Phone number. | ||
| <E-mail> .... </E-mail> | List of the colleges attended. | ||
| <Address> .... </Address> | Mailing Address. | ||
| <Experience> .... </Experience> | Jobs, student organizations, community service and any other relevant information. | ||
| <Skills> .... </Skills> | Any computer and other relevant skills one may possess. | ||
My XML language would be used for creating a resume by inputing simply the persons information i.e. <name>Dipen</name> so in this example I simply put my first name in the first name field and similarly by simply inputting the rest of the fields one can easily create their resume using my XML language for resume. Another example is tags containing sub-tags i.e. <Education>...</Education> main tag which would contain sub tags such as <Schools>...</Schools> and <Colleges>...</Colleges>. These sub-tags would contain the list of schools and colleges attended by the person.
Below you see a tree diagram of the tag hierarchy showing my name and other information related to my resume.
