RPN Schema
TaxRate Complex Type
RPN Schema : TaxRate Complex Type
Description
Details of Tax Rates and Rate Cut Offs
Namespace http://www.ros.ie/schemas/paye-employers/v1/rpn/
Diagram
YearlyRateCutOff Element TaxRatePercent Element Index Element Sequence TaxRate Complex Type
Overview
TaxRate
Details of Tax Rates and Rate Cut Offs
Sequence
Index xs:unsignedShort
Data Item Ref: N/A. Index of the tax rate. For example, Index of 1 would refer to tax rate 1.
TaxRatePercent defaultDecimal Simple Type
Data Item Ref: 119, 121. Tax rate percentage to be applied.
YearlyRateCutOff optional defaultDecimal Simple Type
Data Item Ref: 120. Total allocated to the specified Rate Cut Off. No cut off for highest band.
Used By
TaxRate Element
Source
<xs:complexType name="TaxRate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Details of Tax Rates and Rate Cut Offs</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Index" type="xs:unsignedShort">
      <xs:annotation>
        <xs:documentation>Data Item Ref: N/A. Index of the tax rate. For example, Index of 1 would refer to tax rate 1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxRatePercent" type="pc:defaultDecimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 119, 121. Tax rate percentage to be applied.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YearlyRateCutOff" type="pc:defaultDecimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 120. Total allocated to the specified Rate Cut Off. No cut off for highest band.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
RPN Schema