<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Paysecure.ServiceModel" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Paysecure.ServiceModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:simpleType name="DataStoreScope">
    <xs:restriction base="xs:string">
      <xs:enumeration value="AllMerchants" />
      <xs:enumeration value="SingleMerchant" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="DataStoreScope" nillable="true" type="tns:DataStoreScope" />
  <xs:simpleType name="TelephoneType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="D" />
      <xs:enumeration value="H" />
      <xs:enumeration value="N" />
      <xs:enumeration value="W" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="TelephoneType" nillable="true" type="tns:TelephoneType" />
  <xs:simpleType name="DebitType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="eCommerce">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BillPay">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MoneyTransfer">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Funding">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="DebitType" nillable="true" type="tns:DebitType" />
  <xs:simpleType name="CreditType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Funding">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MoneyTransfer">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="CreditType" nillable="true" type="tns:CreditType" />
  <xs:simpleType name="PINTransType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="IPD">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="eCommerce">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="PINTransType" nillable="true" type="tns:PINTransType" />
  <xs:simpleType name="EbtTransType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Cash">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">26</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SNAP">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">27</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="EbtTransType" nillable="true" type="tns:EbtTransType" />
  <xs:simpleType name="EBTIntiateTransStatus">
    <xs:restriction base="xs:string">
      <xs:enumeration value="eCommerce" />
      <xs:enumeration value="EBT" />
      <xs:enumeration value="MoneyTransfer" />
      <xs:enumeration value="WIC" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="EBTIntiateTransStatus" nillable="true" type="tns:EBTIntiateTransStatus" />
</xs:schema>