Enhanced Reporting Schema
Address Complex Type
Enhanced Reporting Schema : Address Complex Type
Description
The address of the employee. This will be mandatory if the PPSN isn’t available.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
CountryCode Element Eircode Element County Element AddressLine Element Sequence Address Complex Type
Overview
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: 12. 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: 12. County element of the employee's address.
Eircode optional eircode Simple Type
Data Item Ref: 12. Employee's Eircode (if known). Used for Irish addresses only.
CountryCode optional countryCode Simple Type
Data Item Ref: 12. 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>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: 12. 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: 12. 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: 12. 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: 12. 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
Enhanced Reporting Schema