<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="LP_RESPONSE_INFO"> <xs:complexType> <xs:sequence> <xs:element ref="PMT_SOURCE_RECORD" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="RESULT_RECORD" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="PMT_SOURCE_RECORD"> <xs:complexType> <xs:all> <xs:element ref="clientNumber" minOccurs="1" maxOccurs="1"/> <xs:element ref="paymentSource" minOccurs="1" maxOccurs="1"/> <xs:element ref="paymentService" minOccurs="1" maxOccurs="1"/> <xs:element ref="clientName" minOccurs="1" maxOccurs="1"/> <xs:element ref="sourceType" minOccurs="1" maxOccurs="1"/> <xs:element ref="description" minOccurs="1" maxOccurs="1"/> <xs:element ref="cardName" minOccurs="0" maxOccurs="1"/> <xs:element ref="cardNumber" minOccurs="0" maxOccurs="1"/> <xs:element ref="cardExpiry" minOccurs="0" maxOccurs="1"/> <xs:element ref="bankAccountName" minOccurs="0" maxOccurs="1"/> <xs:element ref="bankAccountNumber" minOccurs="0" maxOccurs="1"/> <xs:element ref="bankRoutingNumber" minOccurs="0" maxOccurs="1"/> <xs:element ref="dsoChecksum" minOccurs="1" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="RESULT_RECORD"> <xs:complexType> <xs:all> <xs:element ref="TYPE" minOccurs="1" maxOccurs="1"/> <xs:element ref="RECORD" minOccurs="0" maxOccurs="1"/> <xs:element ref="KEY" minOccurs="0" maxOccurs="1"/> <xs:element ref="FIELD" minOccurs="0" maxOccurs="1"/> <xs:element ref="MSGCODE" minOccurs="0" maxOccurs="1"/> <xs:element ref="MSGTEXT" minOccurs="1" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="clientNumber"/> <xs:element name="paymentSource"/> <xs:element name="paymentService"/> <xs:element name="clientName"/> <xs:element name="sourceType"/> <xs:element name="description"/> <xs:element name="cardName"/> <xs:element name="cardNumber"/> <xs:element name="cardExpiry"/> <xs:element name="bankAccountName"/> <xs:element name="bankAccountNumber"/> <xs:element name="bankRoutingNumber"/> <xs:element name="dsoChecksum"/> <xs:element name="TYPE"/> <xs:element name="RECORD"/> <xs:element name="KEY"/> <xs:element name="FIELD"/> <xs:element name="MSGCODE"/> <xs:element name="MSGTEXT"/> </xs:schema>