<xsd:complexType name="ScheduledHoursType">
<xsd:annotation>
<xsd:documentation>
<ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">BIE</ccts:CategoryCode>
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Schedule Hours. Quantity</ccts:DictionaryEntryName>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains the employee's regularly scheduled hours. The attribute scheduleBasis is used to identify the period in which the scheduled hours are expressed. For example, 40 hours per week.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="oa:NumericType">
<xsd:attribute name="scheduleBasis" type="WorkingHoursBasisCodeContentType" use="required">
<xsd:annotation>
<xsd:documentation>A set of enumerated values providing the basis or period for expressing scheduled working hours. Values are:
Day
Week
Two Weeks
Four Weeks
Half Month
Month
Two Months
Quarter
Seasonal Term
Half Year
Year
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|