RPN Schema
NewEmployeeDetail Complex Type
RPN Schema : NewEmployeeDetail Complex Type
Description
Details of employees who require a new RPN.
Namespace http://www.ros.ie/schemas/paye-employers/v1/rpn/
Diagram
EmploymentStartDate Element FamilyName Element FirstName Element Sequence Name Element EmploymentID Element EmployeePPSN Element Sequence EmployeeID Element Sequence NewEmployeeDetail Complex Type
Overview
NewEmployeeDetail
Details of employees who require a new RPN.
Sequence
EmployeeID EmployeeID Complex Type
Uniquely identifies each employment for the employee.
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.
Name Name Complex Type
The employee name.
Sequence
FirstName defaultString Simple Type
Data Item Ref: 106.The first name of the employee.
FamilyName defaultString Simple Type
Data Item Ref: 107 The surname/family name of the employee.
EmploymentStartDate optional xs:date
Data Item Ref: N/A. The date which the employee commences (YYYY-MM-DD).
Used By
EmployeeDetail Element
Source
<xs:complexType name="NewEmployeeDetail" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Details of employees who require a new RPN.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployeeID" type="pr:EmployeeID">
      <xs:annotation>
        <xs:documentation>Uniquely identifies each employment for the employee.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Name" type="pr:Name">
      <xs:annotation>
        <xs:documentation>The employee name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentStartDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: N/A. The date which the employee commences (YYYY-MM-DD).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
RPN Schema