Definition Type: ComplexType
Name: WorkWithPeriodType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: JPLocalizations.xsd
Abstract
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)
Collapse XSD Schema Diagram:
Drilldown into OrdinaryDaysPerMonth in schema jplocalizations_xsd Drilldown into DaysPerMonth in schema jplocalizations_xsdXSD Diagram of WorkWithPeriodType in schema jplocalizations_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DaysPerMonth hr:DaysPerMonth (1) (1)
OrdinaryDaysPerMonth hr:OrdinaryDaysPerMonth (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:WorkWithPeriod