<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Loymark.Shared.Request" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Loymark.Shared.Request" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import schemaLocation="http://fischelcore.loymark.com/EcommerceWCFBackendManager/App.svc?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="ResponseObject">
    <xs:sequence>
      <xs:element minOccurs="0" name="AllowApplyCoupons" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsValid" type="xs:boolean" />
      <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Messages" nillable="true" type="q1:ArrayOfstring" />
      <xs:element minOccurs="0" name="Parameters" nillable="true" type="xs:anyType" />
      <xs:element minOccurs="0" name="ProgId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ServerPath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="WithErrors" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseObject" nillable="true" type="tns:ResponseObject" />
</xs:schema>