<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<mapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
	<description>
		Description of the mapping of ISIC cards 
	</description>
	<class name="com.wow.services.discounts.dao.CardTypeList" container="true">
		<map-to xml="Envelope" />
		<field name="cardType" collection="collection" 
			 get-method="getCardTypes" set-method="addCardType"
			 type="com.wow.services.discounts.dao.CardType" required="true">
			<bind-xml name="CardTypes"
				location="Body/CardTypesResponse/CardTypesResult/diffgram/NewDataSet/CardTypes"
				node="element"/>
		</field>
	</class>
	<class name="com.wow.services.discounts.dao.CardType">
		<map-to xml="CardTypes"/>
		<field name="id" type="string" direct="true" required="true">
			<bind-xml name="CardID" node="element"/>
		</field>
		<field name="name" type="string" direct="true" required="true">
			<bind-xml name="Description" node="element"/>
		</field>
	</class>
</mapping>

