ERN Schema
LookUpERNRequest Complex Type
ERN Schema : LookUpERNRequest Complex Type
Description
Enhanced Reporting Notification Request.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/ern/
Diagram
PPSN Element TaxYear Element Version Element Name Element Sequence SoftwareUsed Element AgentTain Element EmployerRegistrationNumber Element Sequence LookUpERNRequest Complex Type
Overview
LookUpERNRequest
Enhanced Reporting Notification Request.
Sequence
EmployerRegistrationNumber employerReg Simple Type
Employer's PAYE Registration Number.
AgentTain optional agentTAIN Simple Type
Tax Advisor Identification Number. Required if ERN is queried by agent on behalf of employer.
SoftwareUsed SoftwareUsed Complex Type
References to third party software used to lookup ERN.
Sequence
Name NonEmptyString Simple Type
Name of third party software product.
Version NonEmptyString Simple Type
Version of third party software product.
TaxYear taxYear Simple Type
The tax year to which the ERN lookup relates (YYYY).
PPSN 1..∞ EmployeePPSN Simple Type
List of PPSNs for search.
Used By
LookUpERNRequest Element
Source
<xs:complexType name="LookUpERNRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Enhanced Reporting Notification Request.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployerRegistrationNumber" type="pc:employerReg">
      <xs:annotation>
        <xs:documentation>Employer's PAYE Registration Number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AgentTain" type="pc:agentTAIN" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Tax Advisor Identification Number. Required if ERN is queried by agent on behalf of employer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SoftwareUsed" type="pn:SoftwareUsed">
      <xs:annotation>
        <xs:documentation>References to third party software used to lookup ERN.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxYear" type="pc:taxYear">
      <xs:annotation>
        <xs:documentation>The tax year to which the ERN lookup relates (YYYY).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PPSN" type="pc:EmployeePPSN" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of PPSNs for search.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
ERN Schema