XML makes communication easy. An example would be using XML to create a simle resume. Below are possible XML tags that could be used for designing a resume. These are just a few examples of tags that could be incorporated into resume features such as experience, skills, activities, etc. Also included is a XML markup and a simple tree diagram that include the tags.
Keyword Design
XML Tag Description
... Defines that the function will be a resume in XML
... Titles the resume (i.e. Vincent Ho's Resume)
... </contact info> Displays the contact information
... </name> Name of person
... </address> Displays mailing address
... </phone number> Displays phone number (xxx) xxx-xxxx
... </email> Displays email address
... </education> The heading for the education section of resume. Everything within this tag
will be automatically indented
... </degree> Obtained degree or degree seeking (i.e. B.S., M.A., Ph.D, etc)
... </major> Displays major or field of study
... </date> Displays the month and year (i.e. March 2001)
... </school address> Mailing address of a school/university/institution
... </GPA> Grade Point Average (GPA)
... </honors> The heading for the honors/achievements section of resume. Everything within this tag will be automatically indented
... </statement> Displays a description or statement ... </experience> The heading for the experience/job section of resume. Everything within
this tag will be automatically indented
... </job> Job or title held during employment
... </skills> The heading for the skills section of resume. Everything within
this tag will be automatically indented
... </skill> A particular or specific skill
... </activities> The heading for the activities section of resume. Everything within
this tag will be automatically indented
... </societies> The heading for the activities section of resume