RPN Schema
USCRate Complex Type
RPN Schema : USCRate Complex Type
Description
Details of USC Rate.
Namespace http://www.ros.ie/schemas/paye-employers/v1/rpn/
Diagram
YearlyUSCRateCutOff Element USCRatePercent Element Index Element Sequence USCRate Complex Type
Overview
USCRate
Details of USC Rate.
Sequence
Index xs:unsignedShort
Data Item Ref: N/A. Index of the rate. For example, Index of 1 would refer to USC Tax Rate 1.
USCRatePercent defaultDecimal Simple Type
Data Item Ref: 125, 127, 129, 131. USC Rate percentage to be applied.
YearlyUSCRateCutOff optional defaultDecimal Simple Type
Data Item Ref: 126, 128, 130, 132. Total allocated to the specified USC Cut Off.
Used By
USCRate Element
Source
<xs:complexType name="USCRate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Details of USC Rate. </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 rate. For example, Index of 1 would refer to USC Tax Rate 1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="USCRatePercent" type="pc:defaultDecimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 125, 127, 129, 131. USC Rate percentage to be applied.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="YearlyUSCRateCutOff" type="pc:defaultDecimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation> Data Item Ref: 126, 128, 130, 132. Total allocated to the specified USC Cut Off.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
RPN Schema