Enhanced Reporting Schema
Warning Complex Type
Enhanced Reporting Schema : Warning Complex Type
Description
Details of validation check warning.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/enhanced_reporting/
Diagram
Description Element Path Element Code Element Sequence Warning Complex Type
Overview
Warning
Details of validation check warning.
Sequence
Code warningCode Simple Type
Technical Code for warning - to be used for mapping to warning messages.
Path optional warningPath Simple Type
Path to warning in schema, if available.
Description warningDescription Simple Type
Technical description of warning.
Used By
ValidationWarning Element
Warning Element
Source
<xs:complexType name="Warning" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Details of validation check warning.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Code" type="pc:warningCode">
      <xs:annotation>
        <xs:documentation>Technical Code for warning - to be used for mapping to warning messages.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Path" type="pc:warningPath" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Path to warning in schema, if available.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="pc:warningDescription">
      <xs:annotation>
        <xs:documentation>Technical description of warning.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Enhanced Reporting Schema