<xsd:complexType name="WorkWithPeriodType">
<xsd:annotation>
<xsd:documentation>This type indicates that the position is not a full time job. The law permits a unlimited period work if the workday of the temporally staff is considerably lower than the permanent employee (need to be below 10 days/month and half of the permanent employee)
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DaysPerMonth" type="xsd:decimal" />
<xsd:element name="OrdinaryDaysPerMonth" type="xsd:decimal" />
</xsd:sequence>
</xsd:complexType>
|