Definition Type: Element
Name: PayrollInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OvertimeStatus in schema payrollbenefitcontributions_xsd Drilldown into PayRate in schema payrollbenefitcontributions_xsd Drilldown into EmployeeSchedule in schema payrollbenefitcontributions_xsd Drilldown into CompensationType in schema payrollbenefitcontributions_xsd Drilldown into PayFrequency in schema payrollbenefitcontributions_xsd Drilldown into Contribution in schema payrollbenefitcontributions_xsd Drilldown into EligibleEarnings in schema payrollbenefitcontributions_xsd Drilldown into PayEndDate in schema payrollbenefitcontributions_xsd Drilldown into PayDate in schema payrollbenefitcontributions_xsdXSD Diagram of PayrollInformation in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PayrollInformation">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="PayDate" minOccurs="0" />
            <xsd:element ref="PayEndDate" minOccurs="0" />
            <xsd:element ref="EligibleEarnings" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="Contribution" maxOccurs="unbounded" />
            <xsd:element ref="PayFrequency" minOccurs="0" />
            <xsd:element ref="CompensationType" minOccurs="0" />
            <xsd:element ref="EmployeeSchedule" minOccurs="0" />
            <xsd:element ref="PayRate" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="OvertimeStatus" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PayDate hr:PayDate 0 (1)
PayEndDate hr:PayEndDate 0 (1)
EligibleEarnings hr:EligibleEarnings 0 unbounded
Contribution hr:Contribution (1) unbounded
PayFrequency hr:PayFrequency 0 (1)
CompensationType hr:CompensationType 0 (1)
EmployeeSchedule hr:EmployeeSchedule 0 (1)
PayRate hr:PayRate 0 unbounded
OvertimeStatus hr:OvertimeStatus 0 (1)