Payroll Schema
Address Element
Payroll Schema > Payslip Complex Type : Address Element
Description
Elements required when Employee PPSN is not known.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
Address Complex Type
Diagram
CountryCode Element Eircode Element County Element AddressLine Element Sequence Address Element
Overview
Address optional Address Complex Type
Elements required when Employee PPSN is not known.
Sequence
AddressLine 1..3 defaultString Simple Type
Data Item Ref: 11(a)-(c). The address will be Mandatory if the PPSN isn’t available. Line 1 of the employee's address is required.
County optional county Simple Type
Data Item Ref: 11(d). County element of the employee's address.
Eircode optional eircode Simple Type
Data Item Ref: 11(e). Employee's Eircode (if known). Used for Irish addresses only.
CountryCode optional countryCode Simple Type
Data Item Ref: 11(f). Country code element. Codes used at the International Standard for country codes ISO 3166 Alpha-3.
Source
<xs:element name="Address" type="pp:Address" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Elements required when Employee PPSN is not known.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Payslip Complex TypePayroll Schema