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

Super Types
{http://dbai.tuwien.ac.at/proj/arte/GES} (restriction)

Documentation

The contracts that will be assigned to this employee (or each employee of this type in case of VariableEmployees). Each employee can be assigned an arbitrary number of contracts. If more than one contract is used, all constraints in each contract apply.

Properties
This component is not nillable.

Model
<Contracts>
Contract+
</Contracts>


Nested Element Summary
IDContract
          A contract to be assigned to this employee.  
Source
<xs:element minOccurs="0" name="Contracts">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Contract" type="ID">
</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.