<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/MBOnlineCreditApplicationService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/MBOnlineCreditApplicationService" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="RAPPHeartbeat">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="RAPPHeartbeat" nillable="true" type="tns:RAPPHeartbeat" />
  <xs:complexType name="RAPPHeartbeatResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RAPPHeartbeatResponse" nillable="true" type="tns:RAPPHeartbeatResponse" />
</xs:schema>