Payroll Schema
paymentCode Simple Type
Payroll Schema : paymentCode Simple Type
Description
Description of other payment.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
Restriction of xs:string
Diagram
paymentCode Simple Type
Overview
paymentCode Restriction of xs:string
Description of other payment.
Facets
EnumerationCOVID19
EnumerationEWSS
EnumerationEWSS_PHR
EnumerationCODE_1
EnumerationCODE_2
EnumerationCODE_3
EnumerationCODE_4
EnumerationCODE_5
Source
<xs:simpleType name="paymentCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Description of other payment.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="COVID19" />
    <xs:enumeration value="EWSS" />
    <xs:enumeration value="EWSS_PHR" />
    <xs:enumeration value="CODE_1" />
    <xs:enumeration value="CODE_2" />
    <xs:enumeration value="CODE_3" />
    <xs:enumeration value="CODE_4" />
    <xs:enumeration value="CODE_5" />
  </xs:restriction>
</xs:simpleType>
See Also
Payroll Schema