Payroll Schema
BatchReference Complex Type
Payroll Schema : BatchReference Complex Type
Description
References used for batching of a submission into multiple submissions
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
Count Element Index Element Sequence BatchReference Complex Type
Overview
BatchReference
References used for batching of a submission into multiple submissions
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.
Used By
BatchReference Element
Source
<xs:complexType name="BatchReference" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>References used for batching of a submission into multiple submissions</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Index" type="xs:unsignedShort">
      <xs:annotation>
        <xs:documentation>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. </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Count" type="xs:unsignedShort">
      <xs:annotation>
        <xs:documentation>Total number of submissions contained in a batch submission.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema