<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://bpel.lmcu.fr/tests/Validation"
	elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema"
	xmlns:val="http://bpel.lmcu.fr/tests/Validation">

	<complexType name="RequeteType">
		<sequence>
			<element name="Texte" type="string"></element>
			<element name="Email" type="string"></element>
			<element name="Options" type="string" maxOccurs="unbounded"
				minOccurs="1">
			</element>
		</sequence>
	</complexType>
</schema>