Handshake Schema
HandshakeResponse Complex Type
Handshake Schema : HandshakeResponse Complex Type
Description
Handshake Response. Will either return Handshake detail or details of validation errors.
Namespace http://www.ros.ie/schemas/paye-employers/v1/handshake/
Diagram
Description Element Path Element Code Element Sequence ValidationError Element ConnectionStatus Element Sequence HandshakeResponse Complex Type
Overview
HandshakeResponse
Handshake Response. Will either return Handshake detail or details of validation errors.
Sequence
ConnectionStatus defaultString Simple Type
Status of connection to be confirmed.
ValidationError 0..∞ Error Complex Type
Data Item Ref: N/A. List of Validation errors (if any) on the HandshakeRequest.
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.
Used By
HandshakeResponse Element
Source
<xs:complexType name="HandshakeResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Handshake Response. Will either return Handshake detail or details of validation errors.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ConnectionStatus" type="pc:defaultString">
      <xs:annotation>
        <xs:documentation>Status of connection to be confirmed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ValidationError" type="pr:Error" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Data Item Ref: N/A. List of Validation errors (if any) on the HandshakeRequest.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Handshake Schema