<?xml version="1.0" encoding="ISO-8859-1"?>
<!--Edited with SciTe by Martin Carlsson-->
<cv xmlns="http://webpelican.com/cv-namespace" xmlns:rights="http://webpelican.com/" 
    lastModified="2006-03-07" id="cv1">
    <personal>
        <name>
            <first>
                Given name goes here.
            </first>
            <second>
                Second name here.
            </second>
            <last>
                Surname goes here.
            </last>
        </name>
        <age>
            Age goes here.
        </age>
        <location>
            <country>
                Country goes here.
            </country>
            <region>
                Region goes here.
            </region>
            <address>
                <visiting_address>
                    Visiting address goes here.
                </visiting_address>
                <postal_address>
                    Postal address goes here
                </postal_address>
            </address>
        </location>
        <phone>
            Phone number goes here.
            <cell>
               Cellphone number goes here.
            </cell>
        </phone>
        <email>
            Email goes here.
        </email>
        <homepage>
            Homepage goes here.
        </homepage>
    </personal>
    <presentation>
        Presentation goes here.
    </presentation>
    <education>
         Education goes here.
        <location>
            <country>
                Country for where the education took place goes here.
            </country>
            <region>
                Region for where the education took place goes here.
            </region>
            <address>
                <visiting-address>
                    Visiting address for where the education took place goes here.
                </visiting-address>
                <postal-address>
                   Postal address for where the education took place goes here.
                </postal-address>
            </address>
        </location>
    </education>
    <employment>
        <company>
             Name of the company for the employment.
        </company>
       <location>
            <country>
                Name of the country for the employment.
            </country>
            <region>
                Name of the region for the employment.
            </region>
            <address>
                <visiting-address>
                    Visiting address of the company for the employment.
                </visiting-address>
                <postal-address>
                    Postal address of the company for the employment.
                </postal-address>
            </address>
        </location>
        <title>
            Employment title goes here.
        </title>
        <description>
            Employment description goes here
        </description>
        <date>
            <start>
                <year>
                    Year for when the employment started.
                </year>
                <month>
                   Month for when the employment started.
                </month>
                <day>
                    Day for when the employment started.
                </day>
            </start>
            <end>
                <year>
                    Year for when the employment ended.
                </year>
                <month>
                   Month for when the employment ended.
                </month>
                <day>
                    Day for when the employment ended.
                </day>
            </end>
        </date>
        <reference>
            Company reference.
        </reference>
    </employment>
    <wanted-professions>
        I wish to be something goes here.
    </wanted-professions>
    <qualifications>
        <organisation>
            Organisation for qualifications goes here.
        </organisation>
        <location>
            Location goes here.
        </location>
        <title>
             Qualifications for this title goes here.
        </title>
        <description>
           Description of the qualifications goes here
        </description>
        <start>
            <year>
                Start year for this qualification.
            </year>
            <month>
                Start month for this qualification.
            </month>
            <day>
               Start day for this qualification.
            </day>
        </start>
        <end>
            <year>
                Start year for this qualification.
            </year>
            <month>
                Start month for this qualification.
            </month>
            <day>
                Start day for this qualification.
            </day>
        </end>
    </qualifications>
    <conditions>
        Conditions for employment goes here.
    </conditions>
    <misc>
        Anything else goes here
    </misc>
    <rights:copyright>
        Copyright Information
    </rights:copyright>
</cv>

