XMLRésuméLibrary:

Google

User Guide

Name

description — An explanation of something

Synopsis

Content Model

(para+)

Attributes

NameTypeDefault
targetsCDATANone

Description

The description element specifies a person's role, their activities, or other descriptive information.

Parents

description may be contained in these elements: award, interest, job, membership

Examples

<job>
  <jobtitle>Supersonic Vacuum Technician</jobtitle>
  <employer>Joe's Vacuum Shop</employer>
  <period>
    <from><date><month>June</month><year>2344</year></date></from>
    <to><present/></to>
  </period>
  <description>
    Repaired hyperdynamic microbial particle accelerators in Supersonic vacuum
    models XL144 and XP2000.
  </description>
</job>
<membership>
  <title>Treasurer</title>
  <organization>Mars Vacuum Repair Association</organization>
  <description>
    Kept books and collected membership dues.
  </description>