Enhanced Reporting Schema
EmployeeID Complex Type
Enhanced Reporting Schema : EmployeeID Complex Type
Description
Unique references to an employment for an employee. Includes PPSN and Employment ID.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
EmploymentID Element EmployeePPSN Element Sequence EmployeeID Complex Type
Overview
EmployeeID
Unique references to an employment for an employee. Includes PPSN and Employment ID.
Sequence
EmployeePPSN EmployeePPSN Simple Type
Data Item Ref: 9. Employee's PPS Number.
EmploymentID employmentID Simple Type
Data Item Ref: 15. Employment ID. Unique identifier for each distinct employment for an employee. To be set by the employer.
Used By
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 PPSN and Employment ID.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EmployeePPSN" type="pc:EmployeePPSN">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 9. Employee's PPS Number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentID" type="pc:employmentID">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 15. Employment ID. Unique identifier for each distinct employment for an employee. To be set by the employer.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema