<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:mstns="http://tempuri.org/InProgressRecipientDataset.xsd" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="http://tempuri.org/InProgressRecipientDataset.xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://tempuri.org/InProgressRecipientDataset.xsd" id="InProgressRecipientDataset" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element msdata:IsDataSet="true" msdata:UseCurrentLocale="true" name="InProgressRecipientDataset">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="ListInProgressRecipients">
          <xs:complexType>
            <xs:sequence>
              <xs:element msdata:Caption="Email address of the in progress recipient" name="EmailAddress">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="100" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element msdata:Caption="Internal contact ID" name="MemberID" type="xs:int" />
              <xs:element msdata:Caption="Internal mailing ID" name="MailingID" type="xs:int" />
              <xs:element msdata:Caption="When was the first attempt at sending the first mailing" minOccurs="0" name="FirstAttempt" type="xs:dateTime" />
              <xs:element msdata:Caption="When was the next time the mailing was trying to be sen" name="NextAttempt" type="xs:dateTime" />
              <xs:element msdata:Caption="How many tries did it take to send the mailing" name="SendTry" type="xs:unsignedByte" />
              <xs:element msdata:Caption="Internal status ID. System Generated." name="StatusID" type="xs:int" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>