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