Payroll Schema
InvalidPayslip Complex Type
Payroll Schema : InvalidPayslip Complex Type
Description
Detail of Invalid Payslips.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
Description Element Path Element Code Element Sequence Error Element LineItemID Element Sequence InvalidPayslip Complex Type
Overview
InvalidPayslip
Detail of Invalid Payslips.
Sequence
LineItemID payrollRunLineItemID Simple Type
LineItemID of the payslip containing validation errors.
Error 1..∞ Error Complex Type
List of validation errors related to the payslip.
Sequence
Code errorCode Simple Type
Technical Error Code - to be used for mapping to error messages.
Path optional errorPath Simple Type
Path to error in schema, if available.
Description errorDescription Simple Type
Technical description of error.
Used By
InvalidPayslip Element
Source
<xs:complexType name="InvalidPayslip" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Detail of Invalid Payslips. </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LineItemID" type="pc:payrollRunLineItemID">
      <xs:annotation>
        <xs:documentation>LineItemID of the payslip containing validation errors.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Error" type="pp:Error" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of validation errors related to the payslip.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema