RPN Schema
EmployeeID Complex Type
RPN Schema : EmployeeID Complex Type
Description
Unique references to an employment for an employee. Includes EmployeePPSN and Employment ID.
Namespace http://www.ros.ie/schemas/paye-employers/v1/rpn/
Diagram
EmploymentID Element EmployeePPSN Element Sequence EmployeeID Complex Type
Overview
EmployeeID
Unique references to an employment for an employee. Includes EmployeePPSN and Employment ID.
Sequence
EmployeePPSN EmployeePPSN Simple Type
Data Item Ref: 108. Employee's PPS Number. Used to identify the employee to which the RPN relates.
EmploymentID optional employmentID Simple Type
Data Item Ref: 110. Employee's Employment ID. Unique identifier for each distinct employment for an employee. If the RPN is being triggered as a result of the employee setting up the employment via Jobs and Pension or contacting Revenue, this field will not be populated.
Used By
EmployeeID Element
NoRPN Element
NoRPN Element
EmployeeID Element
EmployeeID Element
Source
<xs:complexType name="EmployeeID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Unique references to an employment for an employee. Includes EmployeePPSN and Employment ID.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployeePPSN" type="pc:EmployeePPSN">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 108. Employee's PPS Number. Used to identify the employee to which the RPN relates.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentID" type="pc:employmentID" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 110. Employee's Employment ID. Unique identifier for each distinct employment for an employee. If the RPN is being triggered as a result of the employee setting up the employment via Jobs and Pension or contacting Revenue, this field will not be populated.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
RPN Schema