Returns Reconciliation Schema
Error Complex Type
Returns Reconciliation Schema : Error Complex Type
Description
Details of validation check failure.
Namespace http://www.ros.ie/schemas/paye-employers/v1/returns_reconciliation/
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
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
Returns Reconciliation Schema