Enhanced Reporting Schema
RunReferenceBreakdown Complex Type
Enhanced Reporting Schema : RunReferenceBreakdown Complex Type
Description
Run reference breakdown information.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
TotalAmount Element SubmissionDate Element RunReference Element Sequence RunReferenceBreakdown Complex Type
Overview
RunReferenceBreakdown
Run reference breakdown information.
Sequence
RunReference defaultString Simple Type
Data Item Ref: 317. The reference number identifies a specific ERR run.
SubmissionDate xs:date
Data Item Ref: 318. The date the ERR run was submitted/last updated. This date may relate to a submission outside of the month provided.
TotalAmount xs:decimal
Data Item Ref: 319. The total expenses/benefits reported in the ERR Run with pay dates in the requested month.
Used By
RunReferenceBreakdown Element
Source
<xs:complexType name="RunReferenceBreakdown" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Run reference breakdown information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="RunReference" type="pc:defaultString">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 317. The reference number identifies a specific ERR run.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubmissionDate" type="xs:date">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 318.  The date the ERR run was submitted/last updated. This date may relate to a submission outside of the month provided.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalAmount" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Data Item Ref: 319. The total expenses/benefits reported in the ERR Run with pay dates in the requested month.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema