Enhanced Reporting Schema
CheckErrRunRequest Complex Type
Enhanced Reporting Schema : CheckErrRunRequest Complex Type
Description
Request to check the current status of an Employer's PAYE Enhanced Reporting Run, based on the RunReference.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
EnhancedReportingRunReference Element Version Element Name Element Sequence SoftwareUsed Element TaxYear Element AgentTain Element EmployerRegistrationNumber Element Sequence CheckErrRunRequest Complex Type
Overview
CheckErrRunRequest
Request to check the current status of an Employer's PAYE Enhanced Reporting Run, based on the RunReference.
Sequence
EmployerRegistrationNumber employerReg Simple Type
Data Item Ref: 1. Employer's PAYE Registration Number.
AgentTain optional agentTAIN Simple Type
Data Item Ref: 2. Tax Advisor Identification Number. Required if submission is filed by an agent on behalf of employer.
TaxYear taxYear Simple Type
Data Item Ref: 6. Used to identify the tax year to which the submission relates (YYYY).
SoftwareUsed SoftwareUsed Complex Type
Data Item Refs: 7 and 8. Third party software product identifier.
Sequence
Name NonEmptyString Simple Type
Data Item Ref: 7. Name of third party software product.
Version NonEmptyString Simple Type
Data Item Ref: 8. Version of third party software product.
EnhancedReportingRunReference enhancedReportingRunReference Simple Type
Data Item Ref: 4. Used to identify the Enhanced Reporting event for which the submission refers.
Used By
CheckErrRunRequest Element
Source
<xs:complexType name="CheckErrRunRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Request to check the current status of an Employer's PAYE Enhanced Reporting Run, based on the RunReference.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployerRegistrationNumber" type="pc:employerReg">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 1. Employer's PAYE Registration Number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AgentTain" type="pc:agentTAIN" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 2. Tax Advisor Identification Number. Required if submission is filed by an agent on behalf of employer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxYear" type="pc:taxYear">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 6. Used to identify the tax year to which the submission relates (YYYY).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareUsed" type="pp:SoftwareUsed">
      <xs:annotation>
        <xs:documentation>Data Item Refs: 7 and 8. Third party software product identifier.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EnhancedReportingRunReference" type="pc:enhancedReportingRunReference">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 4. Used to identify the Enhanced Reporting event for which the submission refers.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema