Definition Type: ComplexType
Name: StaffingOvertimeType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A description of overtime requirements associated with a staffing assignment: an indicator as to whether or not overtime is mandatory; the number of estimated or expected hours overtime.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into HoursMeasure in schema fields_xsd Drilldown into MandatoryIndicator in schema fields_xsdXSD Diagram of StaffingOvertimeType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StaffingOvertimeType">
    <xsd:annotation>
        <xsd:documentation>A description of overtime requirements associated with a staffing assignment: an indicator as to whether or not overtime is mandatory; the number of estimated or expected hours overtime.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="MandatoryIndicator" minOccurs="0" />
        <xsd:element ref="HoursMeasure" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MandatoryIndicator nsA:MandatoryIndicator 0 (1)
HoursMeasure nsA:HoursMeasure 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:StaffingOvertime