http://dbai.tuwien.ac.at/proj/arte/GES
element Skills

Documentation

Skills (sometimes also referred to as qualifications) define properties that certain employees will fulfill. Certain requirements might then restrict their workforce to a set of workers which provide the needed skills. Skills can also dominate each other, so that empoyees with one type of skill can cover a requirement for another skill.

Properties
This component is not nillable.

Model
<Skills>
Skill+
</Skills>


Nested Element Summary
 Skill
          
Source
<xs:element name="Skills">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Skill">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="IncludesSkill">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ID">
<xs:attribute name="weight" type="nonNegativeDouble" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.