Payroll Schema
BatchReference Element
Payroll Schema > PayrollSubmissionRequest Complex Type : BatchReference Element
Description
Data Item Ref: N/A. Reference used when batching a submission into mulitple submissions. Current Batch Index and Total Batch Count required.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
BatchReference Complex Type
Diagram
Count Element Index Element Sequence BatchReference Element
Overview
BatchReference optional BatchReference Complex Type
Data Item Ref: N/A. Reference used when batching a submission into mulitple submissions. Current Batch Index and Total Batch Count required.
Sequence
Index xs:unsignedShort
Unique number for a submission in a batch submission. Must be between 1 and the total count of batches that make up the full payroll submission.
Count xs:unsignedShort
Total number of submissions contained in a batch submission.
Source
<xs:element name="BatchReference" type="pp:BatchReference" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Data Item Ref: N/A. Reference used when batching a submission into mulitple submissions. Current Batch Index and Total Batch Count required.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
PayrollSubmissionRequest Complex TypePayroll Schema