ERN Schema
ErrorWithId Complex Type
ERN Schema : ErrorWithId Complex Type
Description
Standard Validation error with identification element.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/ern/
Diagram
Id Element Description Element Path Element Code Element Sequence ErrorWithId Complex Type
Overview
ErrorWithId
Standard Validation error with identification element.
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
Description of error - to be used for support.
Id errorId Simple Type
Optional ID for error - to be used when multiple customers are validated.
Used By
ValidationError Element
Source
<xs:complexType name="ErrorWithId" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Standard Validation error with identification element.</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>Description of error - to be used for support.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Id" type="pc:errorId">
      <xs:annotation>
        <xs:documentation>Optional ID for error - to be used when multiple customers are validated.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
ERN Schema