Enhanced Reporting Schema
Error Complex Type
Enhanced Reporting Schema : Error Complex Type
Description
Details of validation check failure.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
Description Element Path Element Code Element Sequence Error Complex Type
Overview
Error
Details of validation check failure.
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
ValidationError Element
ValidationError Element
Error Element
Source
<xs:complexType name="Error" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Details of validation check failure.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Code" type="pc:errorCode">
      <xs:annotation>
        <xs:documentation>Technical Error Code - to be used for mapping to error messages.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Path" type="pc:errorPath" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Path to error in schema, if available.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="pc:errorDescription">
      <xs:annotation>
        <xs:documentation>Technical description of error.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema