Payroll Schema
OtherPayments Complex Type
Payroll Schema : OtherPayments Complex Type
Description
Other payments, payment code and payment value.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
PaymentValue Element PaymentCode Element Sequence OtherPayments Complex Type
Overview
OtherPayments
Other payments, payment code and payment value.
Sequence
PaymentCode paymentCode Simple Type
Data Item Ref: 57. Description of other payment. Options allowed are COVID19, EWSS, EWSS_PHR, CODE_1, CODE_2, CODE_3, CODE_4 and CODE_5
PaymentValue defaultDecimal Simple Type
paymentValue: Data Item Ref: 58. Payment amount.
Used By
OtherPayments Element
Source
<xs:complexType name="OtherPayments" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Other payments, payment code and payment value.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PaymentCode" type="pp:paymentCode">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 57. Description of other payment. Options allowed are COVID19, EWSS, EWSS_PHR, CODE_1, CODE_2, CODE_3, CODE_4 and CODE_5</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PaymentValue" type="pc:defaultDecimal">
      <xs:annotation>
        <xs:documentation>paymentValue: Data Item Ref: 58. Payment amount.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema