Payroll Schema
Address Complex Type
Payroll Schema : Address Complex Type
Description
Employee Address. The address of the employee. This will be Mandatory if the PPSN isn’t available.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
CountryCode Element Eircode Element County Element AddressLine Element Sequence Address Complex Type
Overview
Address
Employee Address. The address of the employee. This will be Mandatory if the PPSN isn’t available.
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.
Used By
Address Element
Source
<xs:complexType name="Address" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Employee Address. The address of the employee. This will be Mandatory if the PPSN isn’t available.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AddressLine" type="pc:defaultString" maxOccurs="3">
      <xs:annotation>
        <xs:documentation>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. </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="County" type="pc:county" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 11(d). County element of the employee's address.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Eircode" type="pc:eircode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 11(e). Employee's Eircode (if known). Used for Irish addresses only.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CountryCode" type="pc:countryCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 11(f). Country code element. Codes used at the International Standard for country codes ISO 3166 Alpha-3.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema