- From: Rodrigue Vaudan <vaudrodr@students.hevs.ch>
- Date: Mon, 5 Nov 2001 17:19:08 +0100
- To: <www-forms@w3.org>
Received on Monday, 5 November 2001 11:19:03 UTC
If I have an instance data as follow :
<instance>
<root>
<firstname />
<lastname />
<adress />
</root>
</instance>
That's right if I put this in the model ? :
<model>
<root>
<firstname required="true" />
<lastname required="false" />
<adress required="true" />
</root>
</model>
The fields firstname and adress are required in the form. Could you correct it if it's not correct ?
Thanks
Rodrigue Vaudan
Received on Monday, 5 November 2001 11:19:03 UTC