<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <CardTypesResponse xmlns="http://istc.org/DiscountSrv">
      <CardTypesResult>
        <xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="NewDataSet">
          <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:Locale="en-GB">
            <xs:complexType>
              <xs:choice maxOccurs="unbounded">
                <xs:element name="CardTypes">
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="CardID" type="xs:string" minOccurs="0"/>
                      <xs:element name="Description" type="xs:string" minOccurs="0"/>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
              </xs:choice>
            </xs:complexType>
          </xs:element>
        </xs:schema>
        <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
          <NewDataSet xmlns="">
            <CardTypes diffgr:id="CardTypes1" msdata:rowOrder="0">
              <CardID>ISIC</CardID>
              <Description>Student Card                                      </Description>
            </CardTypes>
            <CardTypes diffgr:id="CardTypes2" msdata:rowOrder="1">
              <CardID>ITIC</CardID>
              <Description>Teacher Card                                      </Description>
            </CardTypes>
            <CardTypes diffgr:id="CardTypes3" msdata:rowOrder="2">
              <CardID>IYTC</CardID>
              <Description>Youth Card                                        </Description>
            </CardTypes>
          </NewDataSet>
        </diffgr:diffgram>
      </CardTypesResult>
    </CardTypesResponse>
  </soap:Body>
</soap:Envelope>

