{http://xmlns.greystate.dk/2003/cv-data}

Description

XML Application to store CV information (references, education, skills etc.)

Typical prefix is cv eg. <cv:references>...</cv:references>

XMLSchema

http://xmlns.greystate.dk/2003/cv-data/cv-data.xsd

Elements defined
<cv-data /> ((skills)?, (references)?)
<references /> (reference*)
<reference technology="xsd:NMTOKENS" /> (name, url, description+)

Contains the data for a single reference. The <description> element can be repeated with different values to the xml:lang attribute, for purposes of internationalization.

<skills /> (skill*)
<skill level="high|medium|low" /> (name, description+)
<name /> xsd:string
<url /> xsd:anyURI
<description /> xsd:string