ERN Schema
EmployeeID Complex Type
ERN 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/ern/
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
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.
Used By
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>Employee's PPS Number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentID" type="pc:employmentID" minOccurs="0">
      <xs:annotation>
        <xs:documentation>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
ERN Schema