Enhanced Reporting Schema
MonthlyErrReportRequest Complex Type
Enhanced Reporting Schema : MonthlyErrReportRequest Complex Type
Description
Request to get a monthly report of an Employer's PAYE Enhanced Reporting submissions, based on the month provided.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
Version Element Name Element Sequence SoftwareUsed Element Month Element TaxYear Element AgentTain Element EmployerRegistrationNumber Element Sequence MonthlyErrReportRequest Complex Type
Overview
MonthlyErrReportRequest
Request to get a monthly report of an Employer's PAYE Enhanced Reporting submissions, based on the month provided.
Sequence
EmployerRegistrationNumber employerReg Simple Type
Data Item Ref: 301. Employer's PAYE Registration Number. Used to identify employer to which the period details relate.
AgentTain optional agentTAIN Simple Type
Data Item Ref: 302. Used to identify the agent requesting on behalf of the employer and to ensure that an agent link exists for this employer agent relationship for the period that the request relates to.
TaxYear taxYear Simple Type
Data Item Ref: 305. Tax year that the expenses/benefits report is being requested for.
Month month Simple Type
Data Item Ref: 306. Month to process for report breakdown.
SoftwareUsed SoftwareUsed Complex Type
Data Item Refs: 303 and 304. 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.
Used By
MonthlyErrReportRequest Element
Source
<xs:complexType name="MonthlyErrReportRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Request to get a monthly report of an Employer's PAYE Enhanced Reporting submissions, based on the month provided.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployerRegistrationNumber" type="pc:employerReg">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 301. Employer's PAYE Registration Number. Used to identify employer to which the period details relate.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AgentTain" type="pc:agentTAIN" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 302. Used to identify the agent requesting on behalf of the employer and to ensure that an agent link exists for this employer agent relationship for the period that the request relates to.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxYear" type="pc:taxYear">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 305. Tax year that the expenses/benefits report is being requested for.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Month" type="pc:month">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 306. Month to process for report breakdown.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareUsed" type="pp:SoftwareUsed">
      <xs:annotation>
        <xs:documentation>Data Item Refs: 303 and 304. Third party software product identifier.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema