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

Documentation

A skill ID which is contained within this skill. Any employee having the dominating skill can also be used to satisfy cover requirements for the subsumed skill. If a weight is given, such a replacement incurs a penalty.

Properties
This component is not nillable.

Model
<IncludesSkill
  weight = nonNegativeDouble>
ID
</IncludesSkill>


Attribute Summary
 nonNegativeDoubleweight
          A value to represent the penalty which would occur in case of a Skill substitution. 

Attribute Detail

weight

A value to represent the penalty which would occur in case of a Skill substitution. Default: 0.

Type:
nonNegativeDouble
Use:
optional
Form:
unqualified

Source
<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>


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