Help on XSD for a xml

Hi,

The following is my xml for which I require to write the xsd schema

<type>
<foo/>
<bar/>
</type>

In the above xml for type element the following conditions should be 
satisfied
1] Atleast one element either foo or bar must be present
2] foo or bar can have a maximum occurance of one
3] Both foo and bar can be present

Thanks and Regards,
Vijay.

Received on Friday, 21 August 2009 09:19:44 UTC