Enhanced Reporting Schema
InvalidExpenseBenefit Complex Type
Enhanced Reporting Schema : InvalidExpenseBenefit Complex Type
Description
Detail of Invalid Expense Benefit.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
Description Element Path Element Code Element Sequence Error Element LineItemID Element Sequence InvalidExpenseBenefit Complex Type
Overview
InvalidExpenseBenefit
Detail of Invalid Expense Benefit.
Sequence
LineItemID expenseBenefitLineItemID Simple Type
LineItemID of the Expense Benefit containing validation errors.
Error 1..∞ Error Complex Type
List of validation errors related to the Expense Benefit.
Sequence
Code errorCode Simple Type
Technical Error Code - to be used for mapping to error messages.
Path optional errorPath Simple Type
Path to error in schema, if available.
Description errorDescription Simple Type
Technical description of error.
Used By
InvalidExpenseBenefit Element
Source
<xs:complexType name="InvalidExpenseBenefit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Detail of Invalid Expense Benefit. </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LineItemID" type="pc:expenseBenefitLineItemID">
      <xs:annotation>
        <xs:documentation>LineItemID of the Expense Benefit containing validation errors.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Error" type="pp:Error" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of validation errors related to the Expense Benefit.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema