Definition Type: ComplexType
Name: EffectiveTimeEventDateType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Allows assignment of work performed on a "physical" time interval or day to another "logical" day. Current (Start Date), Next (Start Date plus 1), Previous (Start Date minus 1) It is important to know for purposes of calculating pay which day should be considered the working day. For instance 10pm Sat to 6am Sun. Do we pay at time plus one half for Sat, or double time for Sun. The indicator will allow the pay system to make this determination.
Collapse XSD Schema Diagram:
Drilldown into DayRelativeToActualDateTime in schema fields_xsd Drilldown into DayNumberWithinYear in schema fields_xsd Drilldown into EffectiveDateTime in schema fields_xsdXSD Diagram of EffectiveTimeEventDateType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EffectiveTimeEventDateType">
    <xsd:annotation>
        <xsd:documentation>Allows assignment of work performed on a "physical" time interval or day to another "logical" day. Current (Start Date), Next (Start Date plus 1), Previous (Start Date minus 1)  It is important to know for purposes of calculating pay which day should be considered the working day. For instance 10pm Sat to 6am Sun. Do we pay at time plus one half for Sat, or double time for Sun. The indicator will allow the pay system to make this determination.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element ref="EffectiveDateTime" minOccurs="0" />
        <xsd:element ref="DayNumberWithinYear" minOccurs="0" />
        <xsd:element ref="DayRelativeToActualDateTime" minOccurs="0" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EffectiveDateTime nsA:EffectiveDateTime 0 (1)
DayNumberWithinYear nsA:DayNumberWithinYear 0 (1)
DayRelativeToActualDateTime nsA:DayRelativeToActualDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:EffectiveTimeEventDate