Definition Type: ComplexType
Name: ScheduledDaysType
Namespace: http://www.hr-xml.org/3
Type: oa:NumericType
Containing Schema: Fields.xsd
Abstract
Documentation:
BIE Scheduled Days. Quantity 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.
Collapse XSD Schema Diagram:
Drilldown into scheduleBasis in schema fields_xsdXSD Diagram of ScheduledDaysType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
scheduleBasis nsA:scheduleBasis Required
Collapse Derivation Tree:
Collapse References:
nsA:OrdinaryDays, nsA:ScheduledDays