Returns Reconciliation Schema
PayrollRunDetails Complex Type
Returns Reconciliation Schema : PayrollRunDetails Complex Type
Description
Data Item Ref: N/A. Details of individual payroll runs that have finished processing and that apply to this period.
Namespace http://www.ros.ie/schemas/paye-employers/v1/returns_reconciliation/
Diagram
LPT Element USC Element PRSI Element TaxOnIncome Element multiPeriod Element RunDate Element PayrollRunReference Element Sequence PayrollRunDetails Complex Type
Overview
PayrollRunDetails
Data Item Ref: N/A. Details of individual payroll runs that have finished processing and that apply to this period.
Sequence
PayrollRunReference PayrollRunReference Simple Type
Data Item Ref: 213. The reference number identifies a specific payroll run.
RunDate xs:date
Data Item Ref: 214. The date the payroll run was submitted or last updated.
multiPeriod xs:boolean
Data Item Ref: 215. Indicates if the Payroll Run includes pay dates in other periods. (Only payroll figures with pay dates in the selected period are included in this period's totals).
TaxOnIncome xs:decimal
Data Item Ref: 216. The total amount of Income Tax in the payroll run for this period. (Only payroll figures with pay dates in the selected period are included in this period's totals).
PRSI xs:decimal
Data Item Ref: 217. The total amount of PRSI (employer and employee) in the payroll run for this period. (Only payroll figures with pay dates in the selected period are included in this period's totals).
USC xs:decimal
Data Item Ref: 218. The total amount of USC in the payroll run for this period. (Only payroll figures with pay dates in the selected period are included in this period's totals).
LPT xs:decimal
Data Item Ref: 219. The total amount of LPT in the payroll run for this period. (Only payroll figures with pay dates in the selected period are included in this period's totals).
Used By
PayrollRunDetails Element
Source
<xs:complexType name="PayrollRunDetails" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Data Item Ref: N/A. Details of individual payroll runs that have finished processing and that apply to this period.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PayrollRunReference" type="pc:PayrollRunReference">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 213. The reference number identifies a specific payroll run.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RunDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 214. The date the payroll run was submitted or last updated.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="multiPeriod" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 215. Indicates if the Payroll Run includes pay dates in other periods. (Only payroll figures with pay dates in the selected period are included in this period's totals).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxOnIncome" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 216. The total amount of Income Tax in the payroll run for this period.  (Only payroll figures with pay dates in the selected period are included in this period's totals).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PRSI" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 217. The total amount of PRSI (employer and employee) in the payroll run for this period.  (Only payroll figures with pay dates in the selected period are included in this period's totals).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="USC" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 218. The total amount of USC in the payroll run for this period.  (Only payroll figures with pay dates in the selected period are included in this period's totals).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LPT" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 219. The total amount of LPT in the payroll run for this period.  (Only payroll figures with pay dates in the selected period are included in this period's totals).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Returns Reconciliation Schema