<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:mstns="http://tempuri.org/CategoryMemberDataset.xsd" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="http://tempuri.org/CategoryMemberDataset.xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://tempuri.org/CategoryMemberDataset.xsd" id="CategoryMemberDataset" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element msdata:IsDataSet="true" msdata:UseCurrentLocale="true" name="CategoryMemberDataset">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="CategoryMember">
          <xs:complexType>
            <xs:sequence>
              <xs:element msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:Caption="IGNORE" name="ID" type="xs:int" />
              <xs:element msdata:Caption="The account that the data is attached to" default="" name="List_">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="60" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element msdata:Caption="Internal Contact ID. System Generated" default="0" name="MemberID_" type="xs:int" />
              <xs:element msdata:Caption="Internal Category ID. System Generated" default="0" name="CategoryID" type="xs:int" />
              <xs:element msdata:Caption="Status of the contact. Only Normal and Unsubscribed." default="" name="MemberType_">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="20" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:element>
              <xs:element msdata:ReadOnly="true" msdata:Caption="Date and time the contact was added to the category" minOccurs="0" name="DateJoined" type="xs:dateTime" />
              <xs:element msdata:ReadOnly="true" msdata:Caption="Date and time the contact was unsubscribed from the category" minOccurs="0" name="DateUnsub" type="xs:dateTime" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique msdata:PrimaryKey="true" name="Constraint1">
      <xs:selector xpath=".//mstns:CategoryMember" />
      <xs:field xpath="mstns:ID" />
    </xs:unique>
  </xs:element>
</xs:schema>