Enhanced Reporting Schema
CategoryBreakdown Complex Type
Enhanced Reporting Schema : CategoryBreakdown Complex Type
Description
Category breakdown information.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
TotalAmount Element SubCategoryType Element Sequence SubCategoryBreakdown Element TotalAmount Element CategoryType Element Sequence CategoryBreakdown Complex Type
Overview
CategoryBreakdown
Category breakdown information.
Sequence
CategoryType category Simple Type
Data Item Ref: 313. Identifies the category.
TotalAmount xs:decimal
Data Item Ref: 314. The total expenses/benefits reported for that category in the requested month.
SubCategoryBreakdown 0..∞ SubCategoryBreakdown Complex Type
List of sub-category breakdowns containing the submission totals.
Sequence
SubCategoryType subcategory Simple Type
Data Item Ref: 315. Identifies the sub category if applicable.
TotalAmount xs:decimal
Data Item Ref: 316. The total expenses/benefits reported for that sub category in the requested month.
Used By
CategoryBreakdown Element
Source
<xs:complexType name="CategoryBreakdown" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Category breakdown information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CategoryType" type="pc:category">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 313. Identifies the category.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalAmount" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 314. The total expenses/benefits reported for that category in the requested month.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubCategoryBreakdown" type="pp:SubCategoryBreakdown" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of sub-category breakdowns containing the submission totals.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema