ERN Schema
ERN Complex Type
ERN Schema : ERN Complex Type
Description
Enhanced Reporting Notification (ERN) for an employee.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/ern/
Diagram
EmploymentCeased Element FamilyName Element FirstName Element Sequence Name Element EmploymentID Element EmployeePPSN Element Sequence EmployeeID Element Sequence ERN Complex Type
Overview
ERN
Enhanced Reporting Notification (ERN) for an employee.
Sequence
EmployeeID EmployeeID Complex Type
Employee's PPS Number and Employment ID (if available).
Sequence
EmployeePPSN EmployeePPSN Simple Type
Employee's PPS Number.
EmploymentID optional employmentID Simple Type
Employment ID. Unique identifier for each distinct employment for an employee. To be set by the employer.
Name optional Name Complex Type
The employee name.
Sequence
FirstName defaultString Simple Type
The first name of the employee.
FamilyName defaultString Simple Type
The surname/family name of the employee.
EmploymentCeased xs:boolean
Employment ceased marker.
Used By
ERN Element
Source
<xs:complexType name="ERN" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Enhanced Reporting Notification (ERN) for an employee.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployeeID" type="pn:EmployeeID">
      <xs:annotation>
        <xs:documentation>Employee's PPS Number and Employment ID (if available).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Name" type="pn:Name" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The employee name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentCeased" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Employment ceased marker.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
ERN Schema