Payroll Schema
PayslipWarning Complex Type
Payroll Schema : PayslipWarning Complex Type
Description
Validation error identifed at Payslip/Line Item Level.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
Description Element Path Element Code Element Sequence Warning Element LineItemID Element Sequence PayslipWarning Complex Type
Overview
PayslipWarning
Validation error identifed at Payslip/Line Item Level.
Sequence
LineItemID payrollRunLineItemID Simple Type
LineItemID of the payslip containing validation warnings.
Warning 1..∞ Warning Complex Type
List of validation warnings related to the payslip.
Sequence
Code warningCode Simple Type
Technical Code for warning - to be used for mapping to warning messages.
Path optional warningPath Simple Type
Path to warning in schema, if available.
Description warningDescription Simple Type
Technical description of warning.
Used By
PayslipWarning Element
Source
<xs:complexType name="PayslipWarning" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Validation error identifed at Payslip/Line Item Level.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LineItemID" type="pc:payrollRunLineItemID">
      <xs:annotation>
        <xs:documentation>LineItemID of the payslip containing validation warnings.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Warning" type="pp:Warning" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of validation warnings related to the payslip.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema