Payroll Schema
BatchStatus Complex Type
Payroll Schema : BatchStatus Complex Type
Description
Status of each batch for a submission recieved in multiple batches.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
Status Element Index Element Sequence BatchStatus Complex Type
Overview
BatchStatus
Status of each batch for a submission recieved in multiple batches.
Sequence
Index xs:unsignedShort
Unique Index of the submission in the batch submission.
Status processingStatus Simple Type
Current Status of the batch in the Payroll Submission. Possible values are Pending, Completed or NotAcknowledged.
Used By
BatchStatus Element
Source
<xs:complexType name="BatchStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Status of each batch for a submission recieved in multiple batches.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Index" type="xs:unsignedShort">
      <xs:annotation>
        <xs:documentation>Unique Index of the submission in the batch submission.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Status" type="pc:processingStatus">
      <xs:annotation>
        <xs:documentation>Current Status of the batch in the Payroll Submission. Possible values are Pending, Completed or NotAcknowledged.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema