<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.Library.ValidationEngine" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.Library.ValidationEngine" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ValidationErrorList">
    <xs:sequence>
      <xs:element name="_x003C_ValidationErrors_x003E_k__BackingField" nillable="true" type="tns:ArrayOfRuleValidationResult" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ValidationErrorList" nillable="true" type="tns:ValidationErrorList" />
  <xs:complexType name="ArrayOfRuleValidationResult">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="RuleValidationResult" nillable="true" type="tns:RuleValidationResult" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfRuleValidationResult" nillable="true" type="tns:ArrayOfRuleValidationResult" />
  <xs:complexType name="RuleValidationResult">
    <xs:sequence>
      <xs:element name="_x003C_ErrorCode_x003E_k__BackingField" nillable="true" type="xs:string" />
      <xs:element name="_x003C_Key_x003E_k__BackingField" nillable="true" type="xs:string" />
      <xs:element name="_x003C_Message_x003E_k__BackingField" nillable="true" type="xs:string" />
      <xs:element name="_x003C_RuleCode_x003E_k__BackingField" nillable="true" type="xs:string" />
      <xs:element name="_x003C_Tag_x003E_k__BackingField" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RuleValidationResult" nillable="true" type="tns:RuleValidationResult" />
</xs:schema>