<xsd:complexType name="ScheduledDaysType">
<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">Scheduled Days. Quantity</ccts:DictionaryEntryName>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains the employee's regularly scheduled days during a specified basis period -- for example, a week. The attribute scheduleBasis is used to identify the period in which the scheduled hours are expressed. For example, 40 hours per week. Note that enumerations include "Day" which obviously is not
applicable in this context.</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 -- not applicable in this instance).
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>
|