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

Documentation

The skill that should be covered in this fixed shift assignment. This may include skills not possessed by the employee without making a solution infeasible.

Properties
This component is not nillable.

Model
<Skill
  ID = ID>
(Start, Length )
</Skill>


Nested Element Summary
TimeSpanLength
          The length of the skill to be covered.  
TimePointStart
          The starting time of the skill to be covered.  

Attribute Summary
 IDID
          The ID of the skill to be covered.  

Attribute Detail

ID

The ID of the skill to be covered.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="Skill">
<xs:complexType>
<xs:sequence>
<xs:element name="Start" type="TimePoint">
</xs:element>
<xs:element name="Length" type="TimeSpan">
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>


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