<xsd:complexType name="NoLimitStaffingType">
<xsd:annotation>
<xsd:documentation>a Job that has no legal restriction of the period. There are 5 job types and 1 for special cases. Some job types need further detailed information.</xsd:documentation>
</xsd:annotation>
<xsd:choice minOccurs="0">
<xsd:element name="ProjectWithPeriod" type="ProjectWithPeriodType" />
<xsd:element name="WorkWithPeriod" type="WorkWithPeriodType" />
<xsd:element name="Leave" type="AnyLeaveType" />
<xsd:element name="SpecialCases" type="SpecialCasesType" />
</xsd:choice>
<xsd:attribute name="type" type="NoLimitStaffingEnumType" use="required" />
</xsd:complexType>
|