Menu

#138 detailed project / language knowledge

Next Release
open
nobody
5
2003-06-12
2003-06-12
Anonymous
No

I'd like to expand the dataset in a project. As a
consultant, I have several projects that also have a
date/period, a customer, project name, my function in
the project and a task list (description).

For example:
<project>
<name>
integration of legacy systems and the web
</name>
<customer>Some Customer</customer>
<function>analyst</function>
<period>
<from>
<date>
<month>03</month>
<year>2003</year>
</date>
</from>
<to><present /></to>
</period>
<description>
<emphasize /> <citation /> <url /> <link />
</description>
</project>

the elements name, customer, function and period
should be optional for the users who don't require or
have this information. The description is the same as
the content which is currently available in the project
element.

I would also like to see a language element which
specifies the known languages of a person.

For example:
<languages>
<language
speaking="mothertongue"
writing="mothertongue"
understanding="mothertongue">
Dutch
</language>
<language
speaking="notice"
writing="moderate"
understanding="good">
French
</language>
</languages>

You could create an enumeration for the attributes to
indicate the knowledge level of a language.
I'm not sure where the element is best situated. My
preference goes to the header element.

Best regards,

Johan Mariën
e-Mail: johan.marien@xt-i.com

Discussion


Log in to post a comment.